Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.13.0
-
None
Description
To reproduce:
0: jdbc:drill:drillbit=localhost> use dfs; +-------+----------------------------------+ | ok | summary | +-------+----------------------------------+ | true | Default schema changed to [dfs] | +-------+----------------------------------+ 1 row selected (0.849 seconds) 0: jdbc:drill:drillbit=localhost> describe schema tmp; Error: SYSTEM ERROR: NullPointerException; Caused By (java.lang.NullPointerException) null org.apache.drill.exec.planner.sql.handlers.DescribeSchemaHandler.getPlan():84 org.apache.drill.exec.planner.sql.DrillSqlWorker.getQueryPlan():145 org.apache.drill.exec.planner.sql.DrillSqlWorker.getPlan():83 org.apache.drill.exec.work.foreman.Foreman.runSQL():567 org.apache.drill.exec.work.foreman.Foreman.run():266 java.util.concurrent.ThreadPoolExecutor.runWorker():1149 java.util.concurrent.ThreadPoolExecutor$Worker.run():624 java.lang.Thread.run():748 (state=,code=0)
The root cause is that we try to retrieve storage config by workspace name but by not actual schema name.
Attachments
Issue Links
- links to