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

ARROW-2057: [Python] Expose option to configure data page size threshold in parquet.write_table #4597

Closed
wants to merge 3 commits into from

Conversation

wesm
Copy link
Member

@wesm wesm commented Jun 17, 2019

This allows Python users to configure the rough threshold for encoded data pages within a Parquet column chunk.

Also includes documentation about use_deprecated_int96_timestamps per ARROW-4047

Copy link
Member

@jorisvandenbossche jorisvandenbossche left a comment

Choose a reason for hiding this comment

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

Looks good to me. One small remark: should this also be exposed in write_to_dataset in addition to write_table ?

@wesm
Copy link
Member Author

wesm commented Jun 18, 2019

Yes, it should, let me do that now

@wesm
Copy link
Member Author

wesm commented Jun 18, 2019

This argument is already passed through write_to_dataset. I'm mentioning this more clearly in the docstring for write_to_dataset

@wesm
Copy link
Member Author

wesm commented Jun 18, 2019

+1

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

Successfully merging this pull request may close these issues.

None yet

2 participants