Skip to content

Commit

Permalink
Remove flush?
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Oct 20, 2024
1 parent c461928 commit 16384c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pypi_data/combine_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def append_buffer(
) -> bool:
initial_size = roll_up_path.stat().st_size
writer.write_batch(batch)
fd.flush()
# fd.flush()
end_size = roll_up_path.stat().st_size
written_size = end_size - initial_size
log.info(
Expand Down

0 comments on commit 16384c6

Please sign in to comment.