-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
GH-39921: [Go][Parquet] ColumnWriter not reset TotalCompressedBytes after Flush #39922
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks for this!
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 5856421. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
…ytes after Flush (apache#39922) ### Rationale for this change See apache#39921 ### What changes are included in this PR? Not clearing `totalCompressedBytes` when flush called ### Are these changes tested? Yes ### Are there any user-facing changes? Yes, it's a bugfix * Closes: apache#39921 Authored-by: mwish <maplewish117@gmail.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>
…ytes after Flush (apache#39922) ### Rationale for this change See apache#39921 ### What changes are included in this PR? Not clearing `totalCompressedBytes` when flush called ### Are these changes tested? Yes ### Are there any user-facing changes? Yes, it's a bugfix * Closes: apache#39921 Authored-by: mwish <maplewish117@gmail.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>
…ytes after Flush (apache#39922) ### Rationale for this change See apache#39921 ### What changes are included in this PR? Not clearing `totalCompressedBytes` when flush called ### Are these changes tested? Yes ### Are there any user-facing changes? Yes, it's a bugfix * Closes: apache#39921 Authored-by: mwish <maplewish117@gmail.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>
Rationale for this change
See #39921
What changes are included in this PR?
Not clearing
totalCompressedBytes
when flush calledAre these changes tested?
Yes
Are there any user-facing changes?
Yes, it's a bugfix