Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/21116 )
Change subject: IMPALA-12835: Fix event processing without hms_event_incremental_refresh_transactional_table ...................................................................... IMPALA-12835: Fix event processing without hms_event_incremental_refresh_transactional_table If hms_event_incremental_refresh_transactional_table is false, then for non-partitioned ACID tables Impala needs to rely on alter table event to detect INSERTs in Hive. This patch changes the event processor to not skip reloading files when processing the alter table event for this specific type of table (even if the changes in the table look trivial). Testing: - added a simple regression test Change-Id: I137b289f0e5f7c9c1947e2a3b30258c979f20987 Reviewed-on: http://gerrit.cloudera.org:8080/21116 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M fe/src/main/java/org/apache/impala/catalog/events/MetastoreEvents.java M tests/custom_cluster/test_events_custom_configs.py 2 files changed, 38 insertions(+), 0 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/21116 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I137b289f0e5f7c9c1947e2a3b30258c979f20987 Gerrit-Change-Number: 21116 Gerrit-PatchSet: 7 Gerrit-Owner: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Sai Hemanth Gantasala <[email protected]>
