You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2014/05/29 19:49:07 UTC

[jira] [Resolved] (DRILL-463) Exception in the query without LIMIT: Failure while trying to get next result batch.

     [ https://issues.apache.org/jira/browse/DRILL-463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Nadeau resolved DRILL-463.
----------------------------------

    Resolution: Fixed

> 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)