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

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


    from 6fdc644  IMPALA-8800: Added support of Kudu DATE type to Impala
     new a20edd5  IMPALA-9490 [DOCS] State support for reading Apache Hudi 
optimized table
     new 8337131  IMPALA-9369: Make createInsertEvents() async.
     new c3d65ca  IMPALA-9414 (part 1): Copy THttpClient from Thrift into Impala
     new 3fd6f60  IMPALA-9414 (part 2): Support the 'Expect: 100-continue' http 
header

The 4 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/transport/THttpServer.cpp                   |   4 +
 be/src/transport/THttpTransport.cpp                |  14 ++
 be/src/transport/THttpTransport.h                  |   5 +
 docs/impala.ditamap                                |   1 +
 docs/topics/impala_file_formats.xml                |  10 +
 docs/topics/impala_hudi.xml                        |  81 ++++++++
 .../apache/impala/service/CatalogOpExecutor.java   |  47 +++--
 .../java/org/apache/impala/util/MetaStoreUtil.java |  64 +++++--
 .../events/MetastoreEventsProcessorTest.java       |   6 +-
 shell/ImpalaHttpClient.py                          | 211 +++++++++++++++++++++
 shell/impala_client.py                             |  64 ++-----
 shell/impala_shell.py                              |   7 +-
 shell/make_shell_tarball.sh                        |   2 +
 shell/packaging/make_python_package.sh             |   2 +
 .../common/errors.py => shell/shell_exceptions.py  |  39 +++-
 tests/shell/test_shell_commandline.py              |  11 +-
 16 files changed, 468 insertions(+), 100 deletions(-)
 create mode 100644 docs/topics/impala_hudi.xml
 create mode 100644 shell/ImpalaHttpClient.py
 copy tests/common/errors.py => shell/shell_exceptions.py (54%)

Reply via email to