This is an automated email from the ASF dual-hosted git repository.
csringhofer pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from ef174d3aa IMPALA-12162: Checksum files before lock in INSERT
new cee2d01f5 IMPALA-12162: Use thread pool to collect checksums
new f4e755109 IMPALA-14087: Fix shell live_progress output display issue
on Python 3
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:
.../impala/catalog/ParallelFileMetadataLoader.java | 139 ++++++++++++---------
.../apache/impala/service/CatalogOpExecutor.java | 78 ++++++++----
.../java/org/apache/impala/util/DebugUtils.java | 4 +
shell/impala_shell/shell_output.py | 1 +
tests/query_test/test_insert.py | 23 ++++
tests/shell/test_shell_interactive.py | 24 ++++
6 files changed, 187 insertions(+), 82 deletions(-)