Skip to content

Commit

Permalink
remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco committed Nov 4, 2023
1 parent 702027e commit 0668c99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/deltalake/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@ def check_data_is_aligned_with_partition_filtering(
)

def validate_batch(batch: pa.RecordBatch) -> pa.RecordBatch:
# batch = _cast_to_equal_batch(batch, schema)
checker.check_batch(batch)

if mode == "overwrite" and partition_filters:
Expand Down

0 comments on commit 0668c99

Please sign in to comment.