Fredy Wijaya has uploaded this change for review. ( http://gerrit.cloudera.org:8080/12568
Change subject: IMPALA-7645: Add a query option to set default table file format ...................................................................... IMPALA-7645: Add a query option to set default table file format This patch adds a query option "TABLE_FILE_FORMAT" to allow setting the default table file format. Below is the list of supported "TABLE_FILE_FORMAT" query option values: - TEXT - RC_FILE - SEQUENCE_FILE - AVRO - PARQUET - KUDU - ORC For backward compatibility, the default table file format remains as TEXT. Testing: - Ran all FE tests - Added BE test - Added E2E tests - Ran test_ddl.py and test_set.py Change-Id: Ic857c38076d973ad749a41fecd1b470c7881db5e --- M be/src/service/query-options-test.cc M be/src/service/query-options.cc M be/src/service/query-options.h M common/thrift/ImpalaInternalService.thrift M common/thrift/ImpalaService.thrift M fe/src/main/cup/sql-parser.cup M fe/src/main/java/org/apache/impala/analysis/TableDef.java M testdata/workloads/functional-query/queries/QueryTest/set.test M tests/metadata/test_ddl.py 9 files changed, 95 insertions(+), 9 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/68/12568/3 -- To view, visit http://gerrit.cloudera.org:8080/12568 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ic857c38076d973ad749a41fecd1b470c7881db5e Gerrit-Change-Number: 12568 Gerrit-PatchSet: 3 Gerrit-Owner: Fredy Wijaya <[email protected]>
