Aleksandr Efimov has posted comments on this change. ( http://gerrit.cloudera.org:8080/24353 )
Change subject: IMPALA-12956: Add profile summary output ...................................................................... Patch Set 9: (3 comments) http://gerrit.cloudera.org:8080/#/c/24353/9/be/src/util/impala-profile-tool.cc File be/src/util/impala-profile-tool.cc: http://gerrit.cloudera.org:8080/#/c/24353/9/be/src/util/impala-profile-tool.cc@179 PS9, Line 179: // TRuntimeProfileTree::nodes is a single flat list containing every node in Added the pre-order flat-list comment in PS9. http://gerrit.cloudera.org:8080/#/c/24353/9/be/src/util/impala-profile-tool.cc@239 PS9, Line 239: if (tree.nodes[child_idx].name == "Per Node Profiles") { Changed PS9 to sum ScratchBytesWritten from direct host children under Execution Profile -> Per Node Profiles. http://gerrit.cloudera.org:8080/#/c/24353/9/testdata/impala-profiles/impala_profile_log_tpcds_compute_stats.expected.summary File testdata/impala-profiles/impala_profile_log_tpcds_compute_stats.expected.summary: http://gerrit.cloudera.org:8080/#/c/24353/9/testdata/impala-profiles/impala_profile_log_tpcds_compute_stats.expected.summary@3 PS9, Line 3: 454fb5fa46498311:3afee31900000000 tarmstrong default QUERY 2020-12-15 20:07:21.735626000 2020-12-15 20:07:23.286577000 1s550ms 15.999ms 54.04 MB 434.92 MB 1824 / 1824 ( 100%) 25 / 25 ( 100%) 142.10 MB 48.74 KB 0 FINISHED OK 1824 default-pool SELECT COUNT(*), ss_sold_date_sk FROM tpcds_parquet.store_sales GROUP BY ss_sold_date_sk Added non-zero Bytes Spilled coverage in PS9 for both V1 and V2 profile logs by generating temporary archived profiles with ScratchBytesWritten set. -- To view, visit http://gerrit.cloudera.org:8080/24353 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I35da958106ffb35b14ef867da50ed23ffda0a45b Gerrit-Change-Number: 24353 Gerrit-PatchSet: 9 Gerrit-Owner: Aleksandr Efimov <[email protected]> Gerrit-Reviewer: Aleksandr Efimov <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Jason Fehr <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Comment-Date: Mon, 15 Jun 2026 11:43:38 +0000 Gerrit-HasComments: Yes
