Tim Armstrong has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/12642 )
Change subject: IMPALA-7190: Remove unsupported format writer support ...................................................................... IMPALA-7190: Remove unsupported format writer support This patch removes write support for unsupported formats like Sequence, Avro and compressed text. Also, the related query options ALLOW_UNSUPPORTED_FORMATS and SEQ_COMPRESSION_MODE have been migrated to the REMOVED query options type. Testing: Ran exhaustive build. Change-Id: I821dc7495a901f1658daa500daf3791b386c7185 Reviewed-on: http://gerrit.cloudera.org:8080/10823 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> Reviewed-on: http://gerrit.cloudera.org:8080/12642 Reviewed-by: Tim Armstrong <[email protected]> --- M be/src/exec/CMakeLists.txt D be/src/exec/hdfs-avro-table-writer.cc D be/src/exec/hdfs-avro-table-writer.h D be/src/exec/hdfs-sequence-table-writer.cc D be/src/exec/hdfs-sequence-table-writer.h M be/src/exec/hdfs-table-sink.cc M be/src/exec/hdfs-text-table-writer.cc M be/src/exec/hdfs-text-table-writer.h M be/src/service/child-query.cc M be/src/service/client-request-state.cc 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 common/thrift/beeswax.thrift M fe/src/test/java/org/apache/impala/planner/PlannerTestBase.java M shell/impala_shell.py M testdata/bad_avro_snap/README D testdata/workloads/functional-query/queries/QueryTest/avro-writer.test D testdata/workloads/functional-query/queries/QueryTest/seq-writer.test M testdata/workloads/functional-query/queries/QueryTest/set.test D testdata/workloads/functional-query/queries/QueryTest/text-writer.test A testdata/workloads/functional-query/queries/QueryTest/unsupported-writers.test M tests/common/test_dimensions.py M tests/hs2/test_hs2.py M tests/metadata/test_partition_metadata.py M tests/query_test/test_compressed_formats.py M tests/shell/test_shell_commandline.py 29 files changed, 176 insertions(+), 1,604 deletions(-) Approvals: Impala Public Jenkins: Verified Tim Armstrong: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/12642 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: 2.x Gerrit-MessageType: merged Gerrit-Change-Id: I821dc7495a901f1658daa500daf3791b386c7185 Gerrit-Change-Number: 12642 Gerrit-PatchSet: 3 Gerrit-Owner: Quanlong Huang <[email protected]> Gerrit-Reviewer: Bikramjeet Vig <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
