This is an automated email from the ASF dual-hosted git repository.
joemcdonnell pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 3f382b7eb IMPALA-11583: Use Iceberg API to update stats
new 81e36d458 IMPALA-10660: Impala shell prints DOUBLEs with less
precision in HS2 than beeswax
new 296e94411 IMPALA-11599/IMPALA-11605: GCC 10: Fix gdb and change to
flatbuffers 1.9
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:
bin/impala-config.sh | 4 +-
fe/pom.xml | 2 +-
shell/impala_client.py | 84 ++++++++++++++++++----------------
shell/impala_shell.py | 45 ++++++++++++++++--
shell/impala_shell_config_defaults.py | 1 +
shell/make_shell_tarball.sh | 1 +
shell/option_parser.py | 7 ++-
shell/packaging/make_python_package.sh | 1 +
shell/value_converter.py | 51 +++++++++++++++++++++
tests/shell/test_shell_commandline.py | 78 +++++++++++++++++++++++++++++++
10 files changed, 227 insertions(+), 47 deletions(-)
create mode 100644 shell/value_converter.py