Skip to content

Commit

Permalink
allow clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKaul committed Jan 5, 2025
1 parent b1b98b6 commit d17b4e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iceberg-rust/src/arrow/write.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ type ArrowSender = Sender<(String, SendableAsyncArrowWriter)>;
type ArrowReciever = Receiver<(String, SendableAsyncArrowWriter)>;

/// Write arrow record batches to parquet files. Does not perform any operation on an iceberg table.
#[allow(clippy::too_many_arguments)]
async fn write_parquet_files(
data_location: &str,
schema: &Schema,
Expand Down

0 comments on commit d17b4e0

Please sign in to comment.