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-45048: [C++][Parquet] Deprecate unused chunk_size parameter in parquet::arrow::FileWriter::NewRowGroup() #45088

Merged
merged 7 commits into from
Jan 15, 2025

Conversation

kszucs
Copy link
Member

@kszucs kszucs commented Dec 20, 2024

Rationale for this change

Just noticed that the implementation doesn't use the parameter.

What changes are included in this PR?

Remove the parameter from NewRowGroup()

Are these changes tested?

Are there any user-facing changes?

The chunk_size parameter is now deprecated.

@github-actions github-actions bot added awaiting changes Awaiting changes and removed awaiting committer review Awaiting committer review labels Dec 20, 2024
python/pyarrow/_parquet.pxd Outdated Show resolved Hide resolved
Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

c_glib/test/parquet/test-arrow-file-writer.rb Outdated Show resolved Hide resolved
c_glib/test/parquet/test-arrow-file-writer.rb Outdated Show resolved Hide resolved
@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting changes Awaiting changes labels Dec 20, 2024
@mapleFU
Copy link
Member

mapleFU commented Jan 14, 2025

Can we move forward to merge this?

Copy link
Member

@raulcd raulcd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've applied @kou 's suggestion for the ruby tests. I think we can merge once CI passes.

Copy link
Member

@raulcd raulcd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I forgot there was a comment still not tackled.

python/pyarrow/_parquet.pxd Outdated Show resolved Hide resolved
@github-actions github-actions bot added awaiting changes Awaiting changes awaiting change review Awaiting change review and removed awaiting merge Awaiting merge awaiting changes Awaiting changes labels Jan 15, 2025
Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting change review Awaiting change review labels Jan 15, 2025
@raulcd raulcd merged commit d7dc586 into apache:main Jan 15, 2025
38 checks passed
@raulcd raulcd removed the awaiting merge Awaiting merge label Jan 15, 2025
Copy link

After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit d7dc586.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 6 possible false positives for unstable benchmarks that are known to sometimes produce them.

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.

5 participants