You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Aman Sinha (JIRA)" <ji...@apache.org> on 2015/06/18 00:00:00 UTC

[jira] [Commented] (DRILL-3305) DrillOptiq should raise appropriate error message while dealing with unknown RexNode

    [ https://issues.apache.org/jira/browse/DRILL-3305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14590698#comment-14590698 ] 

Aman Sinha commented on DRILL-3305:
-----------------------------------

+1 for the patch.  Pls populate the component field of this JIRA. 

> DrillOptiq should raise appropriate error message while dealing with unknown RexNode
> ------------------------------------------------------------------------------------
>
>                 Key: DRILL-3305
>                 URL: https://issues.apache.org/jira/browse/DRILL-3305
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Mehant Baid
>            Assignee: Mehant Baid
>             Fix For: 1.1.0
>
>         Attachments: DRILL-3305.patch
>
>
> Currently for certain types of RexNodes (RexOver, RexCorrelVariable) DrillOptiq does not convert it to the equivalent logical expressions. In that case we simply return a NullExpression (minor type: Null) and we error out later in execution when we try to allocate a vector with minor type Null. We should error out early in DrillOptiq that there was a planning issue indicating the particular RexNode that wasn't handled correctly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)