Peter Rozsa has submitted this change and it was merged. ( 
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)
Reviewed-on: http://gerrit.cloudera.org:8080/24569
Tested-by: Impala Public Jenkins <[email protected]>
Reviewed-by: Zoltan Borok-Nagy <[email protected]>
---
M common/thrift/Query.thrift
M docs/topics/impala_default_file_format.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_insert_parquet.py
M tests/query_test/test_scanners.py
M tests/shell/test_shell_interactive.py
45 files changed, 224 insertions(+), 164 deletions(-)

Approvals:
  Impala Public Jenkins: Verified
  Zoltan Borok-Nagy: Looks good to me, approved

--
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: merged
Gerrit-Change-Id: I46a5d16dfd780aae41623ebfc9742dfbd2a596ea
Gerrit-Change-Number: 24569
Gerrit-PatchSet: 6
Gerrit-Owner: Peter Rozsa <[email protected]>
Gerrit-Reviewer: Csaba Ringhofer <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Peter Rozsa <[email protected]>
Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>

Reply via email to