Skip to content

Commit

Permalink
Update python/pylibcudf/pylibcudf/io/parquet.pyx
Browse files Browse the repository at this point in the history
Co-authored-by: Bradley Dice <[email protected]>
  • Loading branch information
mroeschke and bdice authored Nov 21, 2024
1 parent ed096f3 commit 66f555f
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 @@ -383,7 +383,7 @@ cdef class ParquetWriterOptions:
-------
None
"""
self.c_obj.set_max_dictionary_size(size_rows)
self.c_obj.set_max_dictionary_size(size_bytes)


cdef class ParquetWriterOptionsBuilder:
Expand Down

0 comments on commit 66f555f

Please sign in to comment.