Riza Suminto has posted comments on this change. ( http://gerrit.cloudera.org:8080/22804 )
Change subject: IMPALA-13631: (Addendum) Test slow concurrent alters ...................................................................... Patch Set 4: (1 comment) http://gerrit.cloudera.org:8080/#/c/22804/4/tests/metadata/test_ddl.py File tests/metadata/test_ddl.py: http://gerrit.cloudera.org:8080/#/c/22804/4/tests/metadata/test_ddl.py@506 PS4, Line 506: handle1 = self.execute_query_async_using_client(self.client, alter(1, 3), new_vector) : handle2 = self.execute_query_async_using_client(self.client, alter(2, 4), new_vector) Consider creating separate client for each async handle. The reason is, opening multiple async handle is only possible with BeeswaxClient. This will not work once we move to ImpylaHS2Client by default. -- To view, visit http://gerrit.cloudera.org:8080/22804 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I87d077aaa295943a16e6da60a2755dd289f3a132 Gerrit-Change-Number: 22804 Gerrit-PatchSet: 4 Gerrit-Owner: Michael Smith <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Sai Hemanth Gantasala <[email protected]> Gerrit-Comment-Date: Fri, 25 Apr 2025 23:23:06 +0000 Gerrit-HasComments: Yes
