liferoad commented on code in PR #35110:
URL: https://github.com/apache/beam/pull/35110#discussion_r2118170277
##########
sdks/python/apache_beam/io/textio.py:
##########
@@ -1056,6 +1056,7 @@ def WriteToJson(
kwargs['num_shards'] = num_shards
if file_naming is not None:
kwargs['file_naming'] = file_naming
+ kwargs['max_writers_per_bundle'] = 0
Review Comment:
we should check whether max_writers_per_bundle is set or not. Default to 0
if not set.
--
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]