Jason Fehr has posted comments on this change. ( http://gerrit.cloudera.org:8080/24283 )
Change subject: IMPALA-14962: Query Profile Parser Interface ...................................................................... Patch Set 17: Code-Review+1 (2 comments) http://gerrit.cloudera.org:8080/#/c/24283/14/be/src/service/query-profile-parsing-tools.cc File be/src/service/query-profile-parsing-tools.cc: http://gerrit.cloudera.org:8080/#/c/24283/14/be/src/service/query-profile-parsing-tools.cc@343 PS14, Line 343: best_by_fragment_id.insert_or_assign(bucket, item); > fragments_ is now a set, but it does not have the custom sorting function f Done http://gerrit.cloudera.org:8080/#/c/24283/14/be/src/service/query-profile-parsing-tools.cc@453 PS14, Line 453: : Value QueryProfileToolAccessor::GetAllFragments( : string_view fragment_id, Document::AllocatorType& alloc) const { : const string normalized = NormalizeFragmentId(fragment_id); : multiset<const pair<string, const Value*>*, FragmentPtrLess> matches; : for (const auto& fragment : all_fragments_) { : > Define this struct in the private section of the QueryProfileToolAccessor c Done -- To view, visit http://gerrit.cloudera.org:8080/24283 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I4d9c9e735aa089bb243b07af421553002a465a88 Gerrit-Change-Number: 24283 Gerrit-PatchSet: 17 Gerrit-Owner: Gokul Kolady <[email protected]> Gerrit-Reviewer: Abhishek Rawat <[email protected]> Gerrit-Reviewer: Gokul Kolady <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Jason Fehr <[email protected]> Gerrit-Reviewer: Yida Wu <[email protected]> Gerrit-Comment-Date: Tue, 19 May 2026 05:31:35 +0000 Gerrit-HasComments: Yes
