Riza Suminto 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) I see the implementation is similar with InsertEvent. But I have a question. 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 instead of skipped / recognized as self event? -- 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-Comment-Date: Thu, 21 Aug 2025 01:58:17 +0000 Gerrit-HasComments: Yes