Steve Carlin has uploaded a new patch set (#4). ( http://gerrit.cloudera.org:8080/22109 )
Change subject: IMPALA-13575: Calcite planner: Fix exception when null is in values clause ...................................................................... IMPALA-13575: Calcite planner: Fix exception when null is in values clause The following query was failing with an exception: select * from (values(0), (null)) The null type was not being assigned a type correctly. After this fix, the null type will be created as an AnalyzedNullLiteral with the correct type. Change-Id: I4e78fb0ed63b9525540ad537cfb7aabd8bbfe7ea --- M java/calcite-planner/src/main/java/org/apache/impala/calcite/rel/node/ImpalaValuesRel.java 1 file changed, 27 insertions(+), 5 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/09/22109/4 -- To view, visit http://gerrit.cloudera.org:8080/22109 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I4e78fb0ed63b9525540ad537cfb7aabd8bbfe7ea Gerrit-Change-Number: 22109 Gerrit-PatchSet: 4 Gerrit-Owner: Steve Carlin <[email protected]>
