You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Steven Phillips (JIRA)" <ji...@apache.org> on 2015/06/25 00:10:04 UTC

[jira] [Created] (DRILL-3362) Implicit cast causes workspace variable to not be initialized

Steven Phillips created DRILL-3362:
--------------------------------------

             Summary: Implicit cast causes workspace variable to not be initialized
                 Key: DRILL-3362
                 URL: https://issues.apache.org/jira/browse/DRILL-3362
             Project: Apache Drill
          Issue Type: Bug
          Components: Execution - Codegen
            Reporter: Steven Phillips
            Assignee: Chris Westin


In DRILL-3361, the "newPartitionValue" function is missing the implementation for Bit type. 

When implicit cast is not needed, the workspace variable is initialized in the __DRILL_INIT__() function of the generated class. But when implicit cast is added, this initialization does not happen. This results in a NPE.





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