Skip to content

Commit

Permalink
ignore to many args
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco committed May 1, 2024
1 parent 57a713d commit 9caad18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ impl RawDeltaTable {
}

/// Run the optimize command on the Delta Table: merge small files into a large file by bin-packing.
#[allow(clippy::too_many_arguments)]
#[pyo3(signature = (
partition_filters = None,
target_size = None,
Expand Down Expand Up @@ -1037,6 +1038,7 @@ impl RawDeltaTable {
PyFrozenSet::new(py, active_partitions)
}

#[allow(clippy::too_many_arguments)]
fn create_write_transaction(
&mut self,
add_actions: Vec<PyAddAction>,
Expand Down

0 comments on commit 9caad18

Please sign in to comment.