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/07/27 20:51:40 UTC

[jira] [Resolved] (DRILL-1108) Fix run-time code Generator Mapping when join condition is a compound expression containing constants.

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

Jacques Nadeau resolved DRILL-1108.
-----------------------------------

    Resolution: Fixed

> Fix run-time code Generator Mapping when join condition is a compound expression containing constants.
> ------------------------------------------------------------------------------------------------------
>
>                 Key: DRILL-1108
>                 URL: https://issues.apache.org/jira/browse/DRILL-1108
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Jinfeng Ni
>            Assignee: DrillCommitter
>             Fix For: 0.4.0
>
>
> If a join operator in physical plan uses an expression as the join condition, like:  t1.column1 + 100 = t2.column2, then the run-time generated code currently will hit a compilation error.  The error is caused by using a wrong Generator Mapping in the code generation logic.



--
This message was sent by Atlassian JIRA
(v6.2#6252)