This is an automated email from the ASF dual-hosted git repository.

joemcdonnell pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


    from c86582cfe IMPALA-12465: Unicode column name support
     new 1141a6a80 IMPALA-12629: Fix Iceberg V2 tests in non-HDFS environment
     new 8661f922d IMPALA-12601: Add a fully partitioned TPC-DS database
     new 4114fe8db IMPALA-12632: Use Atomics for CpuUsageRatio counters

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 be/src/runtime/query-state.cc                      |    6 +-
 be/src/util/system-state-info-test.cc              |   16 +-
 be/src/util/system-state-info.cc                   |    8 +-
 be/src/util/system-state-info.h                    |    6 +-
 bin/load-data.py                                   |   52 +-
 .../org/apache/impala/planner/PlannerTest.java     |    3 +-
 testdata/bin/compute-table-stats.sh                |    3 +-
 testdata/bin/create-load-data.sh                   |   15 +-
 testdata/bin/generate-schema-statements.py         |  126 +-
 testdata/datasets/tpcds/tpcds_schema_template.sql  |  461 +--
 testdata/datasets/tpcds_partitioned/README         |    5 +
 .../schema_constraints.csv                         |    2 -
 .../tpcds_partitioned_schema_template.sql}         |  904 ++----
 .../queries/PlannerTest/tpcds-processing-cost.test | 3190 ++++++++++----------
 .../queries/QueryTest/ranger_column_masking.test   |    1 +
 .../queries/QueryTest/ranger_row_filtering.test    |    1 +
 .../tpcds_partitioned/tpcds_partitioned_core.csv   |    1 +
 .../tpcds_partitioned_dimensions.csv               |    4 +
 .../tpcds_partitioned_exhaustive.csv               |    1 +
 .../tpcds_partitioned_pairwise.csv                 |    1 +
 tests/common/impala_test_suite.py                  |    3 +
 tests/util/test_file_parser.py                     |    2 +-
 22 files changed, 2199 insertions(+), 2612 deletions(-)
 create mode 100644 testdata/datasets/tpcds_partitioned/README
 copy testdata/datasets/{tpcds => tpcds_partitioned}/schema_constraints.csv 
(56%)
 copy testdata/datasets/{tpcds/tpcds_schema_template.sql => 
tpcds_partitioned/tpcds_partitioned_schema_template.sql} (68%)
 create mode 100644 
testdata/workloads/tpcds_partitioned/tpcds_partitioned_core.csv
 create mode 100644 
testdata/workloads/tpcds_partitioned/tpcds_partitioned_dimensions.csv
 create mode 100644 
testdata/workloads/tpcds_partitioned/tpcds_partitioned_exhaustive.csv
 create mode 100644 
testdata/workloads/tpcds_partitioned/tpcds_partitioned_pairwise.csv

Reply via email to