Xuebin Su has uploaded a new patch set (#3). ( http://gerrit.cloudera.org:8080/23780 )
Change subject: IMPALA-14626: Identify limitation in FE for Kudu arrays ...................................................................... IMPALA-14626: Identify limitation in FE for Kudu arrays As mentioned in IMPALA-14539, duplicate collections slots are not supported yet for Kudu tables. As a result, previously, a query that created duplicate collection slots would cause an error in the backend. This patch tries to identify this case in the analyzer and reports a "Not supported" exception to indicate that it is a limitation instead of a bug. Change-Id: I94424f8294f78ed96292f01c9e7c6ff7e5b8ba58 --- M fe/src/main/java/org/apache/impala/analysis/Analyzer.java M tests/query_test/test_kudu.py 2 files changed, 25 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/80/23780/3 -- To view, visit http://gerrit.cloudera.org:8080/23780 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I94424f8294f78ed96292f01c9e7c6ff7e5b8ba58 Gerrit-Change-Number: 23780 Gerrit-PatchSet: 3 Gerrit-Owner: Xuebin Su <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
