Neeraja created DRILL-463:
-----------------------------
Summary: Exception in the query without LIMIT: Failure while
trying to get next result batch.
Key: DRILL-463
URL: https://issues.apache.org/jira/browse/DRILL-463
Project: Apache Drill
Issue Type: Bug
Reporter: Neeraja
Executed the following query and this throws and exception.
The same query works if I apply a LIMIT clause.
0: jdbc:drill:> Select l_orderkey,sum(l_extendedprice * (1 - l_discount)) as
revenue,o_orderdate, o_shippriority from hive.customer join hive.orders on
c_custkey = o_custkey join hive.lineitem on l_orderkey = o_orderkey group by
l_orderkey, o_orderdate,o_shippriority;
java.lang.RuntimeException: java.sql.SQLException: Failure while trying to get
next result batch.
--
This message was sent by Atlassian JIRA
(v6.2#6252)