Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ruby/red-parquet/lib/parquet/arrow-table-savable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def save_as_parquet
properties.__send__(set_method_name, value)
end
end
chunk_size = @options[:chunk_size] || 1024 # TODO
chunk_size = @options[:chunk_size] || @table.n_rows
open_raw_output_stream do |output|
ArrowFileWriter.open(@table.schema,
output,
Expand Down