bvolpato commented on code in PR #28592:
URL: https://github.com/apache/beam/pull/28592#discussion_r1333596921
##########
sdks/python/apache_beam/io/external/xlang_bigqueryio_it_test.py:
##########
@@ -260,33 +262,43 @@ def run_streaming(
streaming=True,
allow_unsafe_triggers=True)
+ auto_sharding = num_streams == 0
Review Comment:
Took me some time to parse it a bit, nit and might be common practice, but
`auto_sharding = (num_streams == 0)` looks better
--
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]