Skip to content

Commit

Permalink
fix: reverted the logging change
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhargav Dodla committed Feb 11, 2025
1 parent cea7a19 commit b6ff0f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def _map_by_partition(
)
end_time = time.time()
print(
f"INFO: Processed batch with size {pdf_row_count} in {int((end_time - start_time) * 1000)} milliseconds"
f"INFO!!! Processed batch with size {pdf_row_count} in {int((end_time - start_time) * 1000)} milliseconds"
)
yield pd.DataFrame(
[pd.Series(range(1, 2))]
Expand Down

0 comments on commit b6ff0f9

Please sign in to comment.