This is an automated email from the ASF dual-hosted git repository.
michaelsmith pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 9951dc166 IMPALA-11794: Fix flakiness of
TestLoadDataExternal.test_load by using dedicated table name
new c8eb2692f IMPALA-11790: [DOCS] Document the IMPALA-10660 shell option
new 8b83726b8 IMPALA-9487: Add erasure coding policy to SHOW, DESCRIBE
The 2 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:
docs/impala_keydefs.ditamap | 1 +
docs/topics/impala_shell_options.xml | 11 +
docs/topics/impala_show.xml | 204 +-
docs/topics/impala_tutorial.xml | 154 +-
.../java/org/apache/impala/catalog/FeFsTable.java | 5 +-
.../org/apache/impala/catalog/FeIcebergTable.java | 7 +-
.../java/org/apache/impala/catalog/HdfsTable.java | 4 +-
.../org/apache/impala/common/FileSystemUtil.java | 38 +-
.../impala/util/HiveMetadataFormatUtils.java | 9 +-
.../queries/QueryTest/acid-compaction.test | 12 +-
.../queries/QueryTest/acid-compute-stats.test | 38 +-
.../queries/QueryTest/acid-insert.test | 20 +-
.../queries/QueryTest/acid-truncate.test | 12 +-
.../functional-query/queries/QueryTest/acid.test | 28 +-
.../QueryTest/alter-table-hdfs-caching.test | 52 +-
.../queries/QueryTest/alter-table.test | 108 +-
.../QueryTest/compute-stats-avro-catalog-v2.test | 48 +-
.../queries/QueryTest/compute-stats-avro.test | 164 +-
.../queries/QueryTest/compute-stats-date.test | 28 +-
.../queries/QueryTest/compute-stats-decimal.test | 14 +-
.../QueryTest/compute-stats-incremental.test | 674 +--
.../QueryTest/compute-stats-many-partitions.test | 4948 ++++++++++----------
.../queries/QueryTest/compute-stats.test | 376 +-
.../queries/QueryTest/corrupt-stats.test | 62 +-
.../queries/QueryTest/create-table-like-table.test | 12 +-
.../queries/QueryTest/full-acid-scans.test | 8 +-
.../queries/QueryTest/grant_revoke.test | 8 +-
.../queries/QueryTest/hdfs-caching-validation.test | 26 +-
.../queries/QueryTest/hdfs-caching.test | 224 +-
.../queries/QueryTest/hidden-files.test | 10 +-
.../queries/QueryTest/iceberg-catalogs.test | 8 +-
.../iceberg-compound-predicate-push-down.test | 48 +-
.../queries/QueryTest/iceberg-compute-stats.test | 6 +-
.../queries/QueryTest/iceberg-ctas.test | 24 +-
.../QueryTest/iceberg-in-predicate-push-down.test | 16 +-
.../queries/QueryTest/iceberg-insert.test | 12 +-
.../iceberg-is-null-predicate-push-down.test | 20 +-
.../iceberg-multiple-storage-locations-table.test | 14 +-
.../iceberg-partition-transform-insert.test | 156 +-
.../QueryTest/iceberg-partitioned-insert.test | 148 +-
.../iceberg-plain-count-star-optimization.test | 20 +-
.../queries/QueryTest/iceberg-query.test | 240 +-
.../iceberg-upper-lower-bound-metrics.test | 24 +-
.../iceberg-v2-read-position-deletes-orc.test | 48 +-
.../iceberg-v2-read-position-deletes.test | 72 +-
.../QueryTest/iceberg-write-many-files-stress.test | 12 +-
.../QueryTest/iceberg-write-many-files.test | 8 +-
.../queries/QueryTest/multiple-filesystems.test | 28 +-
.../QueryTest/partition-ddl-predicates-all-fs.test | 74 +-
.../queries/QueryTest/show-stats.test | 196 +-
.../functional-query/queries/QueryTest/show.test | 58 +-
.../queries/QueryTest/stats-extrapolation.test | 30 +-
.../queries/QueryTest/truncate-table.test | 240 +-
tests/common/impala_test_suite.py | 1 +
tests/metadata/test_hms_integration.py | 14 +-
55 files changed, 4428 insertions(+), 4394 deletions(-)