You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: emit per-chunk timing telemetry on the FetchResults path
Aggregate initial/slowest/sum chunk latencies in MetricsAggregator,
emit them in the proto chunk_details block, and time each FetchResults
RPC in RowSetProvider so the inline-Arrow path populates chunk
telemetry alongside CloudFetch (mirrors Go's chunkTimingAccumulator).
Also fix MetricsAggregator clobbering accumulated chunkCount and
bytesDownloaded to 0 on STATEMENT_COMPLETE when the event omitted
those fields — this hid chunk_details from every path.
Co-authored-by: Isaac
0 commit comments