Sai Hemanth Gantasala has posted comments on this change. ( http://gerrit.cloudera.org:8080/21437 )
Change subject: IMPALA-12277: Fix NullPointerException for partitioned inserts when partition list is stale ...................................................................... Patch Set 19: (2 comments) http://gerrit.cloudera.org:8080/#/c/21437/18/tests/custom_cluster/test_events_custom_configs.py File tests/custom_cluster/test_events_custom_configs.py: http://gerrit.cloudera.org:8080/#/c/21437/18/tests/custom_cluster/test_events_custom_configs.py@1280 PS18, Line 1280: 0 > In my local env, Hive takes 20+ seconds to execute the 2 AlterTable command This is happening because 'partsToCreate' object is being modified in the preload statement. I'm passing the object by value now and verified that test succeeds. http://gerrit.cloudera.org:8080/#/c/21437/18/tests/custom_cluster/test_events_custom_configs.py@1281 PS18, Line 1281: def test_ep_delay_metadata_reload_for_insert(self, unique_database): > Add @SkipIfFS.hive since we need HiveServer2 to run the INSERT. The test wi @SkipIfFS.hive is already mentioned at it's test class level: 'TestEventProcessingCustomConfigs', so we don't have to mention it at each test level. -- To view, visit http://gerrit.cloudera.org:8080/21437 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: Ide8f1f6bf017e9a040b53bb5d5291ff2ea3e0d18 Gerrit-Change-Number: 21437 Gerrit-PatchSet: 19 Gerrit-Owner: Sai Hemanth Gantasala <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Sai Hemanth Gantasala <[email protected]> Gerrit-Comment-Date: Thu, 18 Jul 2024 05:08:06 +0000 Gerrit-HasComments: Yes
