Gabor Kaszab has uploaded this change for review. (
http://gerrit.cloudera.org:8080/21236
Change subject: IMPALA-12612: Expand complex type columns from Iceberg metadata
tables
......................................................................
IMPALA-12612: Expand complex type columns from Iceberg metadata tables
Similarly to how regular tables, behave the nested columns are omitted
when we do a SELECT * on Iceberg metadata tables and the user needs to
turn EXPAND_COMPLEX_TYPES on to include the nested columns into the
result. This patch changes this behaviour to unconditionally include
the nested columns from Iceberg metadata tables.
Note, the behavior of handling nested columns from regular tables
doesn't change with this patch.
Testing:
- Adjusted the SELECT * metadata table queries to add the nested
columns into the results.
- Added some new tests where both metadata tables and regular tables
were queried in the same query.
Change-Id: Ia298705ba54411cc439e99d5cb27184093541f02
---
M fe/src/main/java/org/apache/impala/analysis/SelectStmt.java
M
testdata/workloads/functional-query/queries/QueryTest/iceberg-metadata-tables.test
2 files changed, 103 insertions(+), 82 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/36/21236/1
--
To view, visit http://gerrit.cloudera.org:8080/21236
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia298705ba54411cc439e99d5cb27184093541f02
Gerrit-Change-Number: 21236
Gerrit-PatchSet: 1
Gerrit-Owner: Gabor Kaszab <[email protected]>