This is an automated email from the ASF dual-hosted git repository.
boroknagyz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 0ee5f8084 IMPALA-11317/IMPALA-11316/IMPALA-11315: impala-shell Python
3 fixes
new f77f57707 IMPALA-11251: Fix
TestImpalaShellInteractive.test_unicode_input on Ubuntu 20
new 6a199be85 IMPALA-11249: Fix add_test_dimensions() locations to call
super()
new 4236c307b IMPALA-10465: Use IGNORE variant of Kudu write operations
The 3 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/kudu-table-sink.cc | 65 ++++-
be/src/exec/kudu-table-sink.h | 10 +
.../org/apache/impala/planner/KuduTableSink.java | 21 ++
tests/authorization/test_ranger.py | 8 +
tests/custom_cluster/test_client_ssl.py | 1 +
tests/custom_cluster/test_kudu.py | 320 ++++++++++++++++++---
tests/query_test/test_insert.py | 22 +-
tests/query_test/test_nested_types.py | 5 +-
tests/shell/test_shell_client.py | 11 +-
tests/shell/test_shell_commandline.py | 10 +-
tests/shell/test_shell_interactive.py | 18 +-
11 files changed, 439 insertions(+), 52 deletions(-)