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
- Thread per-S3-file download timing from cloudFetchDownloadTask through
cloudIPCStreamIterator via onFileDownloaded callback; aggregate into
initial/slowest/sum chunk timing tags matching JDBC per-chunk HTTP GET model
- Zero FetchResults RPC latency for CloudFetch pages (URLs-only response) so
Thrift round-trip is not misreported as data download time
- Add statementID param to RecordOperation so CLOSE_STATEMENT entries carry
sql_statement_id in telemetry tables
- Fix EXECUTE_STATEMENT/CLOSE_STATEMENT loss on shutdown: add inFlight WaitGroup
to metricsAggregator so close() waits for in-flight worker exports before
calling cancel(), preventing metrics picked up by workers from being dropped
- Derive total_chunks_present from final chunkCount in closeCallback for
paginated CloudFetch and inline results where server does not report total
- Remove omitempty from OperationLatencyMs so CLOSE_STATEMENT reports 0ms
(instant server-side close) rather than null
Co-authored-by: samikshya-chand_data
0 commit comments