Fang-Yu Rao has uploaded this change for review. ( http://gerrit.cloudera.org:8080/15838
Change subject: IMPALA-9661: [WIP] Avoid introducing unused columns in table masking view ...................................................................... IMPALA-9661: [WIP] Avoid introducing unused columns in table masking view Need to figure out why the following query could not be analyzed correctly. with t as (select id, bool_col, int_col, string_col from default.my_alltypestiny) select id, bool_col, string_col from t; Change-Id: Iedc7f15347a50626a9f2aff549bc49338cf73831 --- M fe/src/main/java/org/apache/impala/analysis/Analyzer.java M fe/src/main/java/org/apache/impala/analysis/FromClause.java M fe/src/main/java/org/apache/impala/analysis/SelectStmt.java 3 files changed, 145 insertions(+), 31 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/38/15838/2 -- To view, visit http://gerrit.cloudera.org:8080/15838 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Iedc7f15347a50626a9f2aff549bc49338cf73831 Gerrit-Change-Number: 15838 Gerrit-PatchSet: 2 Gerrit-Owner: Fang-Yu Rao <[email protected]>
