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

Remove cudf._lib.orc in favor of inlining pylibcudf #17466

Merged
merged 10 commits into from
Dec 6, 2024
1 change: 0 additions & 1 deletion python/cudf/cudf/_lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ set(cython_sources
groupby.pyx
interop.pyx
merge.pyx
orc.pyx
parquet.pyx
reduce.pyx
replace.pyx
Expand Down
1 change: 0 additions & 1 deletion python/cudf/cudf/_lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
interop,
merge,
nvtext,
orc,
parquet,
reduce,
replace,
Expand Down
Loading
Loading