Rahul Challapalli created DRILL-2085:
----------------------------------------
Summary: Failed to propagate error
Key: DRILL-2085
URL: https://issues.apache.org/jira/browse/DRILL-2085
Project: Apache Drill
Issue Type: Bug
Components: Execution - Operators
Reporter: Rahul Challapalli
Assignee: Mehant Baid
git.commit.id.abbrev=3e33880
The below issue is only happening with order by operator
Data Set :
{code}
{
"id" : 1,
"list" : [{"a":1}, {"a":2}]
}
{code}
Query :
{code}
select t.list, flatten(t.list) from `temp1.json` t order by t.id;
Error: exception while executing query: null (state=,code=0)
{code}
Even the below log file does not indicate the appropriate error
Log Contents :
{code}
2015-01-27 21:19:27,835 [2b37ff20-7a96-5645-2038-02506c75874e:foreman] INFO
o.a.drill.exec.work.foreman.Foreman - State change requested. PENDING -->
RUNNING
2015-01-27 21:19:27,896 [UserServer-1] INFO
o.a.drill.exec.work.foreman.Foreman - State change requested. RUNNING -->
CANCELED
2015-01-27 21:19:27,910 [UserServer-1] INFO
o.a.drill.exec.work.foreman.Foreman - State change requested. CANCELED -->
COMPLETED
2015-01-27 21:19:27,910 [UserServer-1] WARN
o.a.drill.exec.work.foreman.Foreman - Dropping request to move to COMPLETED
state as query is already at CANCELED state (which is terminal).
{code}
The actual issue seems to have been fixed by mehan't new fixes. So I am raising
this JIRA to track the issue with logging
Let me know if you have any questions
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)