Skip to content

Commit

Permalink
Better wording for an error message
Browse files Browse the repository at this point in the history
Co-authored-by: Roman Shtykh <[email protected]>
  • Loading branch information
chezou and shroman authored Aug 28, 2024
1 parent bfe2233 commit b000278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytd/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ def write_dataframe(
except OSError as e:
raise RuntimeError(
"failed to create a temporary file. "
"Increase chunk_record_size may mitigate the issue."
"Larger chunk_record_size may mitigate the issue."
) from e
else:
raise ValueError(
Expand Down

0 comments on commit b000278

Please sign in to comment.