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 9033e9aa0 IMPALA-13781: Fix "Median Diff %" for 
report_benchmark_results.py
     new a4f303ea5 IMPALA-13802: move postgresql init to the end of 
bin/bootstrap_system.sh
     new 8c51f72e1 IMPALA-13789: Defer creating Path objects in loading file 
metadata
     new 91343369f IMPALA-13785: Deflake test_catalog_tables_stats in 
exhaustive build
     new 768527c89 IMPALA-13804: Use redacted statement in live table

The 4 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/exec/system-table-scanner.cc                |   2 +-
 bin/bootstrap_system.sh                            | 100 +++++++++++----------
 .../apache/impala/catalog/CatalogHmsAPIHelper.java |  14 ++-
 .../java/org/apache/impala/catalog/FeFsTable.java  |  67 ++++++++++++++
 .../apache/impala/catalog/FileMetadataLoader.java  |  36 ++++----
 .../org/apache/impala/catalog/HdfsPartition.java   |   4 +-
 .../java/org/apache/impala/catalog/HdfsTable.java  |  65 --------------
 .../impala/catalog/IcebergFileMetadataLoader.java  |  30 ++++---
 .../org/apache/impala/catalog/IcebergTable.java    |  34 ++++++-
 .../impala/catalog/ParallelFileMetadataLoader.java |  14 ++-
 .../impala/catalog/local/DirectMetaProvider.java   |   5 +-
 .../org/apache/impala/common/FileSystemUtil.java   |  15 ++++
 .../impala/catalog/FileMetadataLoaderTest.java     |  16 ++--
 .../apache/impala/catalog/HdfsPartitionTest.java   |   2 +-
 testdata/workload_mgmt/redaction.json              |  11 +++
 tests/custom_cluster/test_query_live.py            |  16 +++-
 tests/custom_cluster/test_query_log.py             |  23 ++++-
 tests/util/workload_management.py                  |   7 ++
 tests/webserver/test_web_pages.py                  |  23 +++++
 19 files changed, 308 insertions(+), 176 deletions(-)
 create mode 100644 testdata/workload_mgmt/redaction.json

Reply via email to