Peter Rozsa has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24569
Change subject: IMPALA-2210: Make Parquet the default file format ...................................................................... IMPALA-2210: Make Parquet the default file format Change the default value of the DEFAULT_FILE_FORMAT query option from TEXT to PARQUET. This affects all CREATE TABLE statements that do not specify an explicit STORED AS clause, including plain CREATE TABLE, CREATE TABLE AS SELECT, CREATE TABLE LIKE PARQUET, and CREATE TABLE with CLUSTERED BY. Change-Id: I46a5d16dfd780aae41623ebfc9742dfbd2a596ea Assisted-by: Claude Sonnet 4.5 (OpenCode) --- M common/thrift/Query.thrift M docs/topics/impala_default_file_format.xml M docs/topics/impala_new_features.xml M fe/src/main/java/org/apache/impala/analysis/TableDef.java M fe/src/main/java/org/apache/impala/service/CatalogOpExecutor.java M fe/src/test/java/org/apache/impala/analysis/AnalyzeDDLTest.java M fe/src/test/java/org/apache/impala/analysis/ExprRewriterTest.java M fe/src/test/java/org/apache/impala/analysis/ToSqlTest.java M testdata/bin/load_nested.py M testdata/datasets/functional/functional_schema_template.sql M testdata/workloads/functional-planner/queries/PlannerTest/ddl.test M testdata/workloads/functional-planner/queries/PlannerTest/resource-requirements.test M testdata/workloads/functional-planner/queries/PlannerTest/tpcds_cpu_cost/ddl.test M testdata/workloads/functional-planner/queries/PlannerTest/tpcds_tuple_cache/ddl.test M testdata/workloads/functional-query/queries/QueryTest/acid-compute-stats.test M testdata/workloads/functional-query/queries/QueryTest/alter-table-hdfs-caching.test M testdata/workloads/functional-query/queries/QueryTest/alter-table.test M testdata/workloads/functional-query/queries/QueryTest/compute-stats-incremental.test M testdata/workloads/functional-query/queries/QueryTest/compute-stats.test M testdata/workloads/functional-query/queries/QueryTest/corrupt-stats.test M testdata/workloads/functional-query/queries/QueryTest/create-table-like-table.test M testdata/workloads/functional-query/queries/QueryTest/grant_revoke.test M testdata/workloads/functional-query/queries/QueryTest/hdfs-caching.test M testdata/workloads/functional-query/queries/QueryTest/insert_null.test M testdata/workloads/functional-query/queries/QueryTest/local-filesystem.test M testdata/workloads/functional-query/queries/QueryTest/partition-col-types.test M testdata/workloads/functional-query/queries/QueryTest/partition-ddl-predicates-all-fs.test M testdata/workloads/functional-query/queries/QueryTest/set.test M testdata/workloads/functional-query/queries/QueryTest/show-create-table.test M testdata/workloads/functional-query/queries/QueryTest/union-const-scalar-expr-codegen.test M testdata/workloads/functional-query/queries/QueryTest/unsupported-writers.test M tests/comparison/db_connection.py M tests/custom_cluster/test_executor_groups.py M tests/custom_cluster/test_metadata_no_events_processing.py M tests/custom_cluster/test_tuple_cache.py M tests/data_errors/test_data_errors.py M tests/metadata/test_compute_stats.py M tests/metadata/test_ddl.py M tests/metadata/test_explain.py M tests/metadata/test_recover_partitions.py M tests/query_test/test_compressed_formats.py M tests/query_test/test_delimited_text.py M tests/query_test/test_hdfs_caching.py M tests/query_test/test_hdfs_file_mods.py M tests/query_test/test_insert_parquet.py M tests/query_test/test_scanners.py M tests/shell/test_shell_interactive.py 47 files changed, 202 insertions(+), 160 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/69/24569/2 -- To view, visit http://gerrit.cloudera.org:8080/24569 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I46a5d16dfd780aae41623ebfc9742dfbd2a596ea Gerrit-Change-Number: 24569 Gerrit-PatchSet: 2 Gerrit-Owner: Peter Rozsa <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Peter Rozsa <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
