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 ff1c1cc99 IMPALA-13467: Fix partition list size calculation for empty 
Iceberg scan nodes
     new 1267fde57 IMPALA-13497: Add TupleCacheBytesWritten/Read to the profile
     new c54d8ad46 IMPALA-13340: Fix missing partitions in COPY TESTCASE of 
LocalCatalog mode

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:
 be/src/exec/tuple-file-reader.cc                   | 10 +++-
 be/src/exec/tuple-file-reader.h                    |  2 +
 be/src/exec/tuple-file-writer.cc                   |  3 +
 be/src/exec/tuple-file-writer.h                    |  2 +
 .../org/apache/impala/catalog/HdfsPartition.java   |  7 ++-
 .../java/org/apache/impala/catalog/HdfsTable.java  | 18 +++++-
 .../org/apache/impala/catalog/ImpaladCatalog.java  |  2 +-
 .../main/java/org/apache/impala/catalog/Table.java |  5 +-
 .../impala/catalog/local/CatalogdMetaProvider.java |  2 +-
 .../apache/impala/catalog/local/LocalFsTable.java  |  1 +
 .../apache/impala/service/CatalogOpExecutor.java   | 17 +++++-
 .../catalog/CatalogObjectToFromThriftTest.java     |  9 ++-
 tests/common/impala_test_suite.py                  | 17 ++++++
 tests/custom_cluster/test_tuple_cache.py           | 23 ++++++-
 tests/metadata/test_reuse_partitions.py            | 40 ++++---------
 tests/metadata/test_testcase_builder.py            | 70 +++++++++++++++++-----
 16 files changed, 162 insertions(+), 66 deletions(-)

Reply via email to