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

feat: add engine parameter to read_parquet #413

Merged
merged 9 commits into from
Mar 6, 2024

Conversation

tswast
Copy link
Collaborator

@tswast tswast commented Mar 5, 2024

This makes the default behavior in read_parquet() consistent with the other read_XYZ() methods. Pandas is used to parse the file and ordering is preserved by default. Use engine="bigquery" for the previous behavior (not order preserving).

BEGIN_COMMIT_OVERRIDE
feat!: add engine parameter to read_parquet (#413)

BREAKING-CHANGE: read_parquet uses a "pandas" engine to parse files by default. Use engine="bigquery" for the previous behavior
Release-As: 0.24.0
END_COMMIT_OVERRIDE

@tswast tswast requested review from a team as code owners March 5, 2024 23:06
@tswast tswast requested a review from junyazhang March 5, 2024 23:06
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. labels Mar 5, 2024
@tswast tswast requested review from chelsea-lin and junyazhang and removed request for junyazhang March 5, 2024 23:07
Copy link
Contributor

@chelsea-lin chelsea-lin left a comment

Choose a reason for hiding this comment

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

LGTM

@tswast tswast added the automerge Merge the pull request once unit tests and other checks pass. label Mar 6, 2024
@gcf-merge-on-green gcf-merge-on-green bot merged commit 31325a1 into main Mar 6, 2024
14 of 15 checks passed
@gcf-merge-on-green gcf-merge-on-green bot deleted the tswast-read_parquet branch March 6, 2024 20:58
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants