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

GH-39921: [Go][Parquet] ColumnWriter not reset TotalCompressedBytes after Flush #39922

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

mapleFU
Copy link
Member

@mapleFU mapleFU commented Feb 2, 2024

Rationale for this change

See #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

Copy link

github-actions bot commented Feb 2, 2024

⚠️ GitHub issue #39921 has been automatically assigned in GitHub to PR creator.

Copy link
Member

@zeroshade zeroshade left a 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!

@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting review Awaiting review labels Feb 3, 2024
@zeroshade zeroshade merged commit 5856421 into apache:main Feb 5, 2024
24 checks passed
@zeroshade zeroshade removed the awaiting merge Awaiting merge label Feb 5, 2024
Copy link

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.

dgreiss pushed a commit to dgreiss/arrow that referenced this pull request Feb 19, 2024
…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>
zanmato1984 pushed a commit to zanmato1984/arrow that referenced this pull request Feb 28, 2024
…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>
thisisnic pushed a commit to thisisnic/arrow that referenced this pull request Mar 8, 2024
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Go][Parquet] ColumnWriter TotalCompressedBytes will be corrupt if FallbackToPlain
2 participants