Daniel Becker has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/19903


Change subject: IMPALA-12147: Allow collections of fixed length types as 
non-passthrough children of unions
......................................................................

IMPALA-12147: Allow collections of fixed length types as non-passthrough 
children of unions

IMPALA-12019 implemented support for collections of fixed length types
in the sorting tuple. This was made possible by implementing the
materialisation of these collections.

Building on this, this change allows such collections as non-passthrough
children of unions.

Testing:
Tests in nested-array-in-select-list.test and
nested-map-in-select-list.test check that
 - the newly allowed cases work correctly and
 - the correct error message is given for collections of variable length
   types.

Change-Id: I14c13323d587e5eb8a2617ecaab831c059a0fae3
---
M fe/src/main/java/org/apache/impala/planner/UnionNode.java
M 
testdata/workloads/functional-query/queries/QueryTest/nested-array-in-select-list.test
M 
testdata/workloads/functional-query/queries/QueryTest/nested-map-in-select-list.test
3 files changed, 127 insertions(+), 14 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/03/19903/1
--
To view, visit http://gerrit.cloudera.org:8080/19903
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I14c13323d587e5eb8a2617ecaab831c059a0fae3
Gerrit-Change-Number: 19903
Gerrit-PatchSet: 1
Gerrit-Owner: Daniel Becker <daniel.bec...@cloudera.com>

Reply via email to