Skip to content

Commit

Permalink
add stream to parquet_chunked_writer
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt711 authored Dec 18, 2024
1 parent 8cf0eb1 commit dee9fda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/pylibcudf/pylibcudf/libcudf/io/parquet.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ cdef extern from "cudf/io/parquet.hpp" namespace "cudf::io" nogil:
cdef cppclass parquet_chunked_writer:
parquet_chunked_writer() except +libcudf_exception_handler
parquet_chunked_writer(
chunked_parquet_writer_options args
chunked_parquet_writer_options args,
cuda_stream_view stream,
) except +libcudf_exception_handler
parquet_chunked_writer& write(
table_view table_,
Expand Down

0 comments on commit dee9fda

Please sign in to comment.