Skip to content

Commit

Permalink
dora-record: remove 0 buffer argument to parquet AsyncArrowWriter
Browse files Browse the repository at this point in the history
The argument was removed.
See: apache/arrow-rs#5485
  • Loading branch information
Michael-J-Ward committed Jun 7, 2024
1 parent cd8ed19 commit 95de42a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tool_nodes/dora-record/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ async fn main() -> eyre::Result<()> {
let mut writer = AsyncArrowWriter::try_new(
file,
schema.clone(),
0,
Some(
WriterProperties::builder()
.set_compression(parquet::basic::Compression::BROTLI(
Expand Down

0 comments on commit 95de42a

Please sign in to comment.