Abacn commented on code in PR #33205:
URL: https://github.com/apache/beam/pull/33205#discussion_r1866636993
##########
sdks/python/apache_beam/io/external/xlang_jdbcio_it_test.py:
##########
@@ -191,6 +191,7 @@ def test_xlang_jdbc_write_read(self, database):
username=self.username,
password=self.password,
classpath=classpath,
+ write_batch_size=5,
Review Comment:
can we remove this additional config? This is to test the IO works with
minimum configuration provided, and sometimes user refers to the existing test
to write their pipeline
--
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]