Skip to content

Commit

Permalink
Remove cudf._lib.parquet in favor of inlining pylibcudf (#17562)
Browse files Browse the repository at this point in the history
Contributes to #17317

Authors:
  - Matthew Roeschke (https://github.com/mroeschke)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: #17562
  • Loading branch information
mroeschke authored Dec 12, 2024
1 parent 98d9856 commit 92652be
Show file tree
Hide file tree
Showing 11 changed files with 941 additions and 1,073 deletions.
5 changes: 2 additions & 3 deletions python/cudf/cudf/_lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# =============================================================================

set(cython_sources
column.pyx copying.pyx csv.pyx groupby.pyx interop.pyx parquet.pyx reduce.pyx scalar.pyx
sort.pyx stream_compaction.pyx string_casting.pyx strings_udf.pyx types.pyx utils.pyx
column.pyx copying.pyx csv.pyx groupby.pyx interop.pyx reduce.pyx scalar.pyx sort.pyx
stream_compaction.pyx string_casting.pyx strings_udf.pyx types.pyx utils.pyx
)
set(linked_libraries cudf::cudf)

Expand All @@ -31,5 +31,4 @@ include(${rapids-cmake-dir}/export/find_package_root.cmake)
include(../../../../cpp/cmake/thirdparty/get_nanoarrow.cmake)
target_link_libraries(interop PUBLIC nanoarrow)

add_subdirectory(io)
add_subdirectory(nvtext)
1 change: 0 additions & 1 deletion python/cudf/cudf/_lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
groupby,
interop,
nvtext,
parquet,
reduce,
sort,
stream_compaction,
Expand Down
21 changes: 0 additions & 21 deletions python/cudf/cudf/_lib/io/CMakeLists.txt

This file was deleted.

Empty file.
Empty file.
31 changes: 0 additions & 31 deletions python/cudf/cudf/_lib/io/utils.pxd

This file was deleted.

74 changes: 0 additions & 74 deletions python/cudf/cudf/_lib/io/utils.pyx

This file was deleted.

Loading

0 comments on commit 92652be

Please sign in to comment.