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 922ee7f9e IMPALA-13378: Verify tuple ids in descriptor table received
in executor side
new 4eafaf87b IMPALA-13322: Fix alter on SystemTables
new c7ce23367 IMPALA-12594: Add flag to tune KrpcDataStreamSender mem
estimate
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/exec/system-table-scanner.cc | 12 ++++--
be/src/exec/system-table-scanner.h | 10 +++--
be/src/util/backend-gflag-util.cc | 7 ++++
common/thrift/BackendGflags.thrift | 2 +
.../org/apache/impala/catalog/SystemTable.java | 28 +++++++++----
.../org/apache/impala/planner/DataStreamSink.java | 26 ++++++++++--
.../org/apache/impala/planner/EmptySetNode.java | 1 +
.../java/org/apache/impala/planner/PlanNode.java | 7 ++++
.../org/apache/impala/service/BackendConfig.java | 4 ++
tests/custom_cluster/test_query_live.py | 46 ++++++++++++++++++++--
10 files changed, 122 insertions(+), 21 deletions(-)