Skip to content

Commit

Permalink
use stream
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt711 authored Dec 18, 2024
1 parent 48fc8a9 commit 8cf0eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pylibcudf/pylibcudf/io/parquet.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ cdef class ParquetChunkedWriter:
cdef ParquetChunkedWriter parquet_writer = ParquetChunkedWriter.__new__(
ParquetChunkedWriter
)
parquet_writer.c_obj.reset(new cpp_parquet_chunked_writer(options.c_obj))
parquet_writer.c_obj.reset(new cpp_parquet_chunked_writer(options.c_obj, stream.view()))
return parquet_writer


Expand Down

0 comments on commit 8cf0eb1

Please sign in to comment.