This is an automated email from the ASF dual-hosted git repository.
stigahuang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from ca9b08372 IMPALA-11685: Slot memory sharing between struct and field
not working if the field is also a struct
new 8e96820b9 IMPALA-11680: Fix test_krpc_datastream_sender_shuffle
new ea6173440 IMPALA-11669: Set TConfiguration during Thrift connection
setup
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:
be/src/common/init.cc | 8 +
be/src/rpc/TAcceptQueueServer.cpp | 3 +
be/src/rpc/authentication.cc | 1 +
be/src/rpc/thrift-client.cc | 1 +
be/src/rpc/thrift-server-test.cc | 34 +
be/src/rpc/thrift-server.h | 9 +-
be/src/rpc/thrift-util.cc | 21 +
be/src/rpc/thrift-util.h | 11 +
bin/rat_exclude_files.txt | 1 +
testdata/scale_test_metadata/README.md | 92 ++
testdata/scale_test_metadata/create-wide-table.sql | 1012 ++++++++++++++++++++
.../scale_test_metadata/load-1k_col_tbl.sh | 37 +-
.../workloads/tpch/queries/datastream-sender.test | 10 +-
13 files changed, 1218 insertions(+), 22 deletions(-)
create mode 100644 testdata/scale_test_metadata/README.md
create mode 100644 testdata/scale_test_metadata/create-wide-table.sql
copy bin/clean-cmake.sh => testdata/scale_test_metadata/load-1k_col_tbl.sh
(50%)