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 eb649628a IMPALA-13974: Don't check catName if fetching
COMMIT_COMPACTION_EVENT or ALLOC_WRITE_ID_EVENT
new b62de19c1 IMPALA-13969: Remove Unused Port from Docs Port List
new 4ddacac14 IMPALA-11402: Add limit on files fetched by a single
getPartialCatalogObject request
new b19331b3d IMPALA-13968: Fix
TestBinaryTypeInText.test_invalid_binary_type in ARM builds
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/catalog/catalog-server.cc | 15 ++++--
be/src/util/backend-gflag-util.cc | 2 +
common/thrift/BackendGflags.thrift | 2 +
docs/topics/impala_ports.xml | 7 ---
.../org/apache/impala/catalog/HdfsPartition.java | 6 +++
.../java/org/apache/impala/catalog/HdfsTable.java | 34 ++++++++++++
.../impala/catalog/local/CatalogdMetaProvider.java | 63 ++++++++++++++--------
.../org/apache/impala/service/BackendConfig.java | 4 ++
testdata/data/invalid_binary_data.txt | 2 +-
.../queries/QueryTest/invalid-binary-type.test | 16 +++---
tests/custom_cluster/test_local_catalog.py | 53 ++++++++++++++++++
11 files changed, 164 insertions(+), 40 deletions(-)