wjones127 commented on code in PR #13338:
URL: https://github.com/apache/arrow/pull/13338#discussion_r892467584
##########
docs/source/python/dataset.rst:
##########
@@ -731,6 +731,7 @@ to supply a visitor that will be called as each file is
created:
def file_visitor(written_file):
print(f"path={written_file.path}")
+ print(f"size={written_file.size:,} bytes")
Review Comment:
Oh that's a good point. I'll just remove it. I with there was a localized
version built-in to format strings.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]