Skip to content

Commit

Permalink
Update python/tests/test_writer.py
Browse files Browse the repository at this point in the history
Co-authored-by: Will Jones <[email protected]>
  • Loading branch information
ion-elgreco and wjones127 authored Nov 17, 2023
1 parent 850a05a commit 0986b4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/tests/test_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ def test_write_recordbatch(
tmp_path: pathlib.Path, existing_table: DeltaTable, sample_data: pa.Table
):
batch = existing_table.to_pyarrow_table().to_batches()
print(len(batch))

write_deltalake(tmp_path, batch[0], mode="overwrite")
assert DeltaTable(tmp_path).to_pyarrow_table() == sample_data
Expand Down

0 comments on commit 0986b4e

Please sign in to comment.