Skip to content

Commit

Permalink
added py as argument
Browse files Browse the repository at this point in the history
  • Loading branch information
franz101 committed Mar 7, 2024
1 parent 0b61692 commit fc31c6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1387,6 +1387,7 @@ impl From<&PyAddAction> for Add {
#[pyfunction]
#[allow(clippy::too_many_arguments)]
fn write_to_deltalake(
py: Python,
table_uri: String,
data: PyArrowType<ArrowArrayStreamReader>,
mode: String,
Expand Down

0 comments on commit fc31c6d

Please sign in to comment.