Hello Quanlong Huang, Jason Fehr, Impala Public Jenkins,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/24353

to look at the new patch set (#5).

Change subject: IMPALA-12956: Add profile summary output
......................................................................

IMPALA-12956: Add profile summary output

Add a summary profile format that emits one TSV row per archived
profile with query-level fields useful for batches of profile logs.

The summary output extracts metadata, timing, memory, progress, IO,
spill, query status, and statement fields from archived profile
trees. Missing fields are emitted as N/A instead of failing the whole
export or using synthetic zeroes.

The output reuses the Web UI progress formatter and reports duration
from Start Time and End Time when possible. It falls back to the query
timeline when End Time is absent.

It handles both the default V1 profile layout and the experimental V2
aggregated profile layout when computing scan progress and spilled
bytes.

Add regression coverage for V1 and V2 summary output, query id
filtering, TSV column shape, unlimited statement length, failed
queries, and cancelled queries.

Generated-by: OpenAI Codex

Change-Id: I35da958106ffb35b14ef867da50ed23ffda0a45b
---
M be/src/service/impala-http-handler.cc
M be/src/service/impala-http-handler.h
M be/src/util/CMakeLists.txt
M be/src/util/impala-profile-tool.cc
M be/src/util/summary-util-test.cc
M be/src/util/summary-util.cc
M be/src/util/summary-util.h
M bin/rat_exclude_files.txt
M testdata/impala-profiles/README
A testdata/impala-profiles/impala_profile_log_cancelled_query
A testdata/impala-profiles/impala_profile_log_failed_query
A 
testdata/impala-profiles/impala_profile_log_tpcds_compute_stats.expected.summary
A 
testdata/impala-profiles/impala_profile_log_tpcds_compute_stats_v2.expected.summary
M tests/observability/test_profile_tool.py
14 files changed, 698 insertions(+), 23 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/53/24353/5
--
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: newpatchset
Gerrit-Change-Id: I35da958106ffb35b14ef867da50ed23ffda0a45b
Gerrit-Change-Number: 24353
Gerrit-PatchSet: 5
Gerrit-Owner: Aleksandr Efimov <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Jason Fehr <[email protected]>
Gerrit-Reviewer: Quanlong Huang <[email protected]>

Reply via email to