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-36319: [Go][Parquet] Improved row group writer error messages #36320

Merged
merged 1 commit into from
Jul 5, 2023

Conversation

wolfeidau
Copy link
Contributor

@wolfeidau wolfeidau commented Jun 27, 2023

Rationale for this change

What changes are included in this PR?

Updated error messages for mismatched column row counts to help identify the column, or rowgroup index which failed the check, and how many rows were expected vs found.

Are these changes tested?

Yes.

Are there any user-facing changes?

No.

@github-actions
Copy link

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

@wolfeidau wolfeidau force-pushed the fix_row_group_writer_errors branch from 9ee8e78 to 5e60a12 Compare June 27, 2023 10:57
@zeroshade zeroshade merged commit ff6717b into apache:main Jul 5, 2023
@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting review Awaiting review labels Jul 5, 2023
@conbench-apache-arrow
Copy link

Conbench analyzed the 6 benchmark runs on commit ff6717b4.

There were 3 benchmark results indicating a performance regression:

The full Conbench report has more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Go][Parquet] Improve the error messages in the row group writer
2 participants