This is an automated email from the ASF dual-hosted git repository.
michaelsmith pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 88e0e4e8b IMPALA-13334: Fix test_sort.py DCHECK hit when
max_sort_run_size>0
new a46625a3c IMPALA-12737: (addendum) Turn Off Log Buffering in Workload
Management Init Tests
new abd2c1996 IMPALA-13502: Clean up around constructors
new 9e05ffcaa IMPALA-13505: Fix NPE in Calcite Planner
new 24581704d IMPALA-13512: Print .test file name if PlannerTest fail
new 493d56359 IMPALA-13510: Unset the environment variable for tuple cache
tests
The 5 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/benchmarks/row-batch-serialize-benchmark.cc | 16 +++---
be/src/codegen/codegen-anyval-read-write-info.h | 4 +-
be/src/codegen/codegen-anyval.cc | 18 +++---
be/src/codegen/llvm-codegen.cc | 5 +-
be/src/codegen/llvm-codegen.h | 2 +-
be/src/exec/hash-table.cc | 5 +-
be/src/exec/tuple-file-writer.cc | 22 +++++---
be/src/exec/tuple-file-writer.h | 7 ++-
be/src/rpc/TAcceptQueueServer.cpp | 4 +-
be/src/rpc/TAcceptQueueServer.h | 2 +-
be/src/runtime/krpc-data-stream-sender.cc | 11 ++--
be/src/runtime/outbound-row-batch.h | 3 +-
be/src/runtime/row-batch-serialize-test.cc | 12 ++--
be/src/service/impala-server.cc | 17 +++---
be/src/service/impala-server.h | 3 +-
be/src/transport/TSaslServerTransport.cpp | 20 +------
be/src/transport/TSaslServerTransport.h | 19 -------
.../java/org/apache/impala/analysis/Analyzer.java | 6 ++
.../org/apache/impala/planner/PlannerTestBase.java | 18 +++---
.../org/apache/impala/testutil/TestFileParser.java | 8 ++-
tests/common/impala_test_suite.py | 17 +++++-
tests/custom_cluster/test_tuple_cache.py | 16 ++++++
tests/custom_cluster/test_workload_mgmt_init.py | 23 +++++---
.../test_workload_mgmt_sql_details.py | 65 ++++++++++++++++++----
tests/util/test_file_parser.py | 1 +
25 files changed, 191 insertions(+), 133 deletions(-)