Surya Hebbar has posted comments on this change. ( http://gerrit.cloudera.org:8080/22482 )
Change subject: IMPALA-13751: Fix runtime-profile-test failure since IMPALA-13304 ...................................................................... Patch Set 2: (2 comments) I have probably identified the cause of the problem. It was largely due to the small "nit" we missed. http://gerrit.cloudera.org:8080/#/c/22482/2/be/src/util/runtime-profile-test.cc File be/src/util/runtime-profile-test.cc: http://gerrit.cloudera.org:8080/#/c/22482/2/be/src/util/runtime-profile-test.cc@1936 PS2, Line 1936: [6]; The most important reason for failure was probably this. http://gerrit.cloudera.org:8080/#/c/22482/2/be/src/util/runtime-profile-test.cc@1947 PS2, Line 1947: , This missing comma was causing quite a few unexpected results. -- To view, visit http://gerrit.cloudera.org:8080/22482 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: If04744e215cac79f255b3d73c3e91e873c13749a Gerrit-Change-Number: 22482 Gerrit-PatchSet: 2 Gerrit-Owner: Surya Hebbar <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Surya Hebbar <[email protected]> Gerrit-Comment-Date: Tue, 18 Feb 2025 10:53:40 +0000 Gerrit-HasComments: Yes
