Arina Ielchiieva created DRILL-6523:
---------------------------------------

             Summary: Fix NPE for describe of partial schema
                 Key: DRILL-6523
                 URL: https://issues.apache.org/jira/browse/DRILL-6523
             Project: Apache Drill
          Issue Type: Bug
    Affects Versions: 1.13.0
            Reporter: Arina Ielchiieva
            Assignee: Arina Ielchiieva
             Fix For: 1.14.0


To reproduce:
{noformat}

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)

{noformat}

The root cause is that we try to retrieve storage config by workspace name but 
by not actual schema name.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to