Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major - P3
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Shell
-
Labels:
-
Backwards Compatibility:Fully Compatible
-
Operating System:ALL
-
Backport Requested:v4.4, v4.2, v4.0, v3.6
-
Steps To Reproduce:
-
Sprint:Query 2020-06-29
Description
On Atlas Data Lake it makes sense for us to support different levels of Verbosity in explain() but the Shell is error'ing on levels other than:
{'queryPlanner','executionStats','allPlansExecution'}The shell should permit this and let server error on unsupported levels.
In this instance, ADL supported queryPlannerExtended, but the shell is rejecting it.