mirror of
https://github.com/apache/impala.git
synced 2026-02-03 09:00:39 -05:00
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 Reviewed-on: http://gerrit.cloudera.org:8080/18743 Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>