Gergely Fürnstáhl has uploaded a new patch set (#11). ( http://gerrit.cloudera.org:8080/18743 )
Change subject: IMPALA-11268: Allow STORED BY and STORED AS as well ...................................................................... IMPALA-11268: Allow STORED BY and STORED AS as well Extended the parser to support 'stored by' keyword for storage engines, namely Kudu and Iceberg at the moment, to match hive's syntax. Furthermore, this lays the ground work for seperating storage engines from file formats to be able specify both with "STORED BY ... STORED AS ...". Testing: Added front-end Parser and Analyzer tests and query tests for table creation. Change-Id: Ib677bea8e582bbc01c5fb8c81df57eb60b0ed961 --- M fe/src/main/cup/sql-parser.cup M fe/src/test/java/org/apache/impala/analysis/AnalyzeDDLTest.java M fe/src/test/java/org/apache/impala/analysis/ParserTest.java M testdata/workloads/functional-query/queries/QueryTest/iceberg-create.test M testdata/workloads/functional-query/queries/QueryTest/kudu_create.test 5 files changed, 52 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/43/18743/11 -- To view, visit http://gerrit.cloudera.org:8080/18743 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ib677bea8e582bbc01c5fb8c81df57eb60b0ed961 Gerrit-Change-Number: 18743 Gerrit-PatchSet: 11 Gerrit-Owner: Gergely Fürnstáhl <[email protected]> Gerrit-Reviewer: Daniel Becker <[email protected]> Gerrit-Reviewer: Gabor Kaszab <[email protected]> Gerrit-Reviewer: Gergely Fürnstáhl <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Tamas Mate <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
