[
https://issues.apache.org/jira/browse/DRILL-5748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Rogers updated DRILL-5748:
-------------------------------
Description:
Launched a local Drillbit, using ZK. Entered the following query:
{code}
ALTER SYSTEM SET `exec.queue.enable` = true
{code}
Result:
{code}
Query Failed: An Error Occurred
java.lang.NullPointerException
{code}
Turns out, the problem is more general. The following produces the same error:
{code}
SELECT name, type FROM sys.options WHERE type in ('SYSTEM','SESSION') order by
name;
{code}
was:
Launched a local Drillbit, using ZK. Entered the following query:
{code}
ALTER SYSTEM SET `exec.queue.enable` = true
{code}
Result:
{code}
Query Failed: An Error Occurred
java.lang.NullPointerException
{code}
> NPE with invalid ALTER SYSTEM
> -----------------------------
>
> Key: DRILL-5748
> URL: https://issues.apache.org/jira/browse/DRILL-5748
> Project: Apache Drill
> Issue Type: Bug
> Affects Versions: 1.11.0
> Reporter: Paul Rogers
> Priority: Minor
>
> Launched a local Drillbit, using ZK. Entered the following query:
> {code}
> ALTER SYSTEM SET `exec.queue.enable` = true
> {code}
> Result:
> {code}
> Query Failed: An Error Occurred
> java.lang.NullPointerException
> {code}
> Turns out, the problem is more general. The following produces the same error:
> {code}
> SELECT name, type FROM sys.options WHERE type in ('SYSTEM','SESSION') order
> by name;
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)