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

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


    from 9384a18  IMPALA-10257: Relax check for page filtering
     new 15c3b13  IMPALA-10219: Expose DEBUG_ACTION query option in catalog
     new 61a020d  IMPALA-10007: Impala development environment does not support 
Ubuntu 20.04

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/catalog-op-executor.cc                 |   1 +
 be/src/util/debug-util.cc                          |   4 +
 bin/bootstrap_system.sh                            |   2 +-
 bin/bootstrap_toolchain.py                         |   2 +
 common/thrift/CatalogService.thrift                |   6 +
 .../impala/catalog/CatalogServiceCatalog.java      |  12 +-
 .../apache/impala/catalog/FileMetadataLoader.java  |  21 +++-
 .../java/org/apache/impala/catalog/HdfsTable.java  |  74 +++++++----
 .../org/apache/impala/catalog/IcebergTable.java    |   2 +-
 .../impala/catalog/ParallelFileMetadataLoader.java |  10 +-
 .../org/apache/impala/common/FileSystemUtil.java   |  13 +-
 .../apache/impala/service/CatalogOpExecutor.java   |  26 ++--
 .../java/org/apache/impala/service/Frontend.java   |  10 ++
 .../java/org/apache/impala/util/DebugUtils.java    | 137 +++++++++++++++++++++
 .../events/MetastoreEventsProcessorTest.java       |   2 +-
 .../org/apache/impala/util/DebugUtilsTest.java     |  67 ++++++++++
 tests/common/impala_test_suite.py                  |  11 ++
 tests/metadata/test_catalogd_debug_actions.py      |  50 ++++++++
 18 files changed, 392 insertions(+), 58 deletions(-)
 create mode 100644 fe/src/main/java/org/apache/impala/util/DebugUtils.java
 create mode 100644 fe/src/test/java/org/apache/impala/util/DebugUtilsTest.java
 create mode 100644 tests/metadata/test_catalogd_debug_actions.py

Reply via email to