Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add physicalWrittenBytes to StatementStats #18658

Merged

Conversation

jkylling
Copy link
Contributor

@jkylling jkylling commented Aug 12, 2023

Description

Includes the number of bytes written as part of the HTTP query result statistics.

Additional context and related issues

Resolves #18651

Release notes

( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
(x) Release notes are required, with the following suggested text:

# JDBC
* Add number of bytes written to HTTP query results response. ({issue}`18651`)

@cla-bot cla-bot bot added the cla-signed label Aug 12, 2023
@github-actions github-actions bot added the jdbc Relates to Trino JDBC driver label Aug 12, 2023
@raunaqmorarka raunaqmorarka merged commit f2278e7 into trinodb:master Aug 15, 2023
@github-actions github-actions bot added this to the 424 milestone Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed jdbc Relates to Trino JDBC driver
Development

Successfully merging this pull request may close these issues.

Report bytes written in query results statistics
2 participants