Sai Hemanth Gantasala has posted comments on this change. ( http://gerrit.cloudera.org:8080/23159 )
Change subject: IMPALA-14082: Support batch processing of RELOAD events on same table ...................................................................... Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/23159/1/tests/custom_cluster/test_events_custom_configs.py File tests/custom_cluster/test_events_custom_configs.py: http://gerrit.cloudera.org:8080/#/c/23159/1/tests/custom_cluster/test_events_custom_configs.py@801 PS1, Line 801: self.client.execute("insert into {} partition(p) values (0,0),(1,1),(2,2)" : .format(tbl)) : EventProcessorUtils.wait_for_event_processing(self) : batch_events_1 = EventProcessorUtils.get_int_metric("batch-events-created") > The INSERT query happen through Impala. So why the event is processed inste We first try to batch events: https://github.com/apache/impala/blob/master/fe/src/main/java/org/apache/impala/catalog/events/MetastoreEvents.java#L313, and then, in the processTableEvent() for the respective event, we decide whether to skip or process the event (in this case, we ignore the insert events as self-events). -- To view, visit http://gerrit.cloudera.org:8080/23159 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ie3e9a99b666a1c928ac2a136bded1e5420f77dab Gerrit-Change-Number: 23159 Gerrit-PatchSet: 1 Gerrit-Owner: Sai Hemanth Gantasala <saihema...@cloudera.com> Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com> Gerrit-Reviewer: Riza Suminto <riza.sumi...@cloudera.com> Gerrit-Reviewer: Sai Hemanth Gantasala <saihema...@cloudera.com> Gerrit-Comment-Date: Thu, 21 Aug 2025 17:39:31 +0000 Gerrit-HasComments: Yes