Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23435 )
Change subject: IMPALA-14011: Skip test_no_hms_event_incremental_refresh_transactional_table on new Hive versions ...................................................................... IMPALA-14011: Skip test_no_hms_event_incremental_refresh_transactional_table on new Hive versions The feature of hms_event_incremental_refresh_transactional_table is already mature that it has been enabled for years. We'd like to deprecate the feature of turning it off. However, for older Hive versions like Apache Hive 3 that don't provide sufficient APIs for Impala to process COMMIT_TXN events, users can still turn this off. This patch skips test_no_hms_event_incremental_refresh_transactional_table when running on CDP Hive. To run the test on Apache Hive 3, adjust the test to create ACID table using tblproperties instead of "create transactional table" statement. Tests: - Ran the test on CDP Hive and Apache Hive 3. Change-Id: I93379e5331072bec1d3a4769f7d7ab59431478ee Reviewed-on: http://gerrit.cloudera.org:8080/23435 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/common/skip.py M tests/custom_cluster/test_events_custom_configs.py 2 files changed, 10 insertions(+), 2 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/23435 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I93379e5331072bec1d3a4769f7d7ab59431478ee Gerrit-Change-Number: 23435 Gerrit-PatchSet: 4 Gerrit-Owner: Quanlong Huang <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
