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)