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

Add Parquet Reader options classes to pylibcudf #17464

Merged
merged 14 commits into from
Dec 6, 2024
Prev Previous commit
Next Next commit
merge conflict
Matt711 committed Dec 4, 2024

Verified

This commit was signed with the committer’s verified signature.
Matt711 Matthew Murray
commit da614aefd81a5a03ac9eee838e0574755af5ce6c
2 changes: 1 addition & 1 deletion python/pylibcudf/pylibcudf/io/parquet.pyx
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ __all__ = [
"write_parquet",
"ParquetReaderOptions",
"ParquetReaderOptionsBuilder",

"merge_row_group_metadata",
]


You are viewing a condensed version of this merge commit. You can view the full changes here.