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

Migrate Parquet reader to pylibcudf #16078

Merged
merged 28 commits into from
Jul 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c256f1e
Migrate expressions to pylibcudf
lithomas1 Jun 18, 2024
a57b132
fix typo in docs
lithomas1 Jun 18, 2024
5bc6917
Merge branch 'branch-24.08' of github.com:rapidsai/cudf into pylibcud…
lithomas1 Jun 24, 2024
7c0d72d
add to init file
lithomas1 Jun 24, 2024
fc2ce94
Add support to ArrowDataSource in SourceInfo
lithomas1 Jun 17, 2024
a26a0dd
more clean
lithomas1 Jun 17, 2024
89fb0dc
include cudf kafka change
lithomas1 Jun 17, 2024
2810558
remove orc changes
lithomas1 Jun 17, 2024
c805de6
Update kafka.pxd
lithomas1 Jun 17, 2024
57de928
Migrate expressions to pylibcudf
lithomas1 Jun 18, 2024
d0f090a
Migrate Parquet reader to pylibcudf
lithomas1 Jun 25, 2024
21b6b0a
Merge branch 'branch-24.08' of github.com:rapidsai/cudf into pylibcud…
lithomas1 Jul 12, 2024
378f288
chunked parquet reader fixes
lithomas1 Jul 12, 2024
a96d239
Merge branch 'branch-24.08' of github.com:rapidsai/cudf into pylibcud…
lithomas1 Jul 15, 2024
68b1385
finishup tests
lithomas1 Jul 15, 2024
731f3f3
fix json tests
lithomas1 Jul 16, 2024
5986d0b
Merge branch 'branch-24.08' of github.com:rapidsai/cudf into pylibcud…
lithomas1 Jul 16, 2024
d0f4ecf
bad merge
lithomas1 Jul 16, 2024
dca6d0d
extraneous change
lithomas1 Jul 16, 2024
0e60841
adjust to literal changes
lithomas1 Jul 17, 2024
43790a1
Merge branch 'branch-24.08' of github.com:rapidsai/cudf into pylibcud…
lithomas1 Jul 17, 2024
179df87
address some comments
lithomas1 Jul 18, 2024
45feb0f
fix docs
lithomas1 Jul 18, 2024
01a0fb7
Merge branch 'branch-24.08' of github.com:rapidsai/cudf into pylibcud…
lithomas1 Jul 18, 2024
fd5816e
updates
lithomas1 Jul 19, 2024
3987d04
Merge branch 'branch-24.08' of github.com:rapidsai/cudf into pylibcud…
lithomas1 Jul 19, 2024
8f9ff31
Merge branch 'branch-24.08' into pylibcudf-io-parquet
vyasr Jul 19, 2024
ed2ee68
Merge branch 'branch-24.08' of github.com:rapidsai/cudf into pylibcud…
lithomas1 Jul 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ I/O Functions
avro
csv
json
parquet
6 changes: 6 additions & 0 deletions docs/cudf/source/user_guide/api_docs/pylibcudf/io/parquet.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
=======
Parquet
=======

.. automodule:: cudf._lib.pylibcudf.io.parquet
:members:
Loading
Loading