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 fb789df3b IMPALA-13684: Improve waitForHmsEvent() to only wait for
related events
new e9a706723 IMPALA-13746: (addendum) Adding missing comment to
IMPALA-13746
new 182aa5066 IMPALA-13958: Revisit hs2_parquet_constraint and
hs2_text_constraint
new 648209b17 IMPALA-13967: Move away from setting user parameter in
execute
new 9000c83ef IMPALA-13971: Deflake
TestAdmissionController.test_user_loads_rules
new a29319e4b IMPALA-13970: Add NaN and Infinity parsing in
ImpylaHS2ResultSet
new eb649628a IMPALA-13974: Don't check catName if fetching
COMMIT_COMPACTION_EVENT or ALLOC_WRITE_ID_EVENT
The 6 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:
.../org/apache/impala/compat/MetastoreShim.java | 10 +
.../catalog/events/MetastoreEventsProcessor.java | 4 +-
.../events/MetastoreEventsProcessorTest.java | 55 +-
.../java/org/apache/impala/testutil/LdapUtil.java | 1 +
.../queries/QueryTest/date-fileformat-support.test | 14 +-
.../queries/QueryTest/date-partitioning.test | 26 +-
.../queries/QueryTest/ranger_alltypes_mask.test | 2 +
.../ranger_alltypes_mask_date_show_year.test | 2 +
.../QueryTest/ranger_alltypes_mask_hash.test | 2 +
.../QueryTest/ranger_alltypes_mask_none.test | 2 +
.../QueryTest/ranger_alltypes_mask_null.test | 2 +
.../ranger_alltypes_mask_show_first_4.test | 2 +
.../ranger_alltypes_mask_show_last_4.test | 2 +
tests/authorization/test_authorization.py | 96 +---
tests/authorization/test_ranger.py | 627 ++++++++++-----------
tests/common/impala_connection.py | 37 +-
tests/common/impala_service.py | 14 +-
tests/common/impala_test_suite.py | 8 +-
tests/common/test_dimensions.py | 37 +-
tests/custom_cluster/test_admission_controller.py | 10 +-
tests/query_test/test_chars.py | 14 +-
tests/query_test/test_date_queries.py | 22 +-
tests/query_test/test_decimal_queries.py | 32 +-
tests/query_test/test_queries.py | 34 +-
tests/query_test/test_utf8_strings.py | 13 +-
25 files changed, 536 insertions(+), 532 deletions(-)