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 3668a9517 IMPALA-13131: Azure OpenAI API expects 'api-key' instead of 
'Authorization' in the request header
     new f98da3315 IMPALA-12712: Invalidate metadata on table should set better 
createEventId
     new b341e3895 [tools] Add .gitignore for new files
     new 9f5fbcd84 IMPALA-13138: Never smallify existing StringValue objects, 
only new ones during DeepCopy

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/runtime/buffered-tuple-stream-test.cc       | 27 ++++----
 be/src/runtime/buffered-tuple-stream.cc            |  6 +-
 be/src/runtime/buffered-tuple-stream.h             |  4 +-
 be/src/runtime/spillable-row-batch-queue.cc        |  2 +-
 be/src/runtime/string-value-test.cc                | 77 +++++++++++++---------
 be/src/runtime/string-value.h                      | 27 ++++++--
 be/src/runtime/tuple.cc                            |  1 +
 be/src/runtime/tuple.h                             |  6 +-
 .../impala/catalog/CatalogServiceCatalog.java      | 13 ++--
 .../impala/catalog/events/MetastoreEvents.java     |  6 +-
 .../apache/impala/service/CatalogOpExecutor.java   | 11 +++-
 fe/src/test/resources/.gitignore                   |  2 +
 testdata/jceks/.gitignore                          |  1 +
 testdata/jceks/.gitkeep                            |  0
 .../QueryTest/create-tables-impala-13138.test      | 77 ++++++++++++++++++++++
 .../queries/QueryTest/query-impala-13138.test      | 29 ++++++++
 tests/custom_cluster/test_events_custom_configs.py | 15 +++++
 tests/query_test/test_join_queries.py              | 23 +++++++
 18 files changed, 257 insertions(+), 70 deletions(-)
 create mode 100644 testdata/jceks/.gitignore
 delete mode 100644 testdata/jceks/.gitkeep
 create mode 100644 
testdata/workloads/functional-query/queries/QueryTest/create-tables-impala-13138.test
 create mode 100644 
testdata/workloads/functional-query/queries/QueryTest/query-impala-13138.test

Reply via email to