ahmedabu98 commented on code in PR #27384:
URL: https://github.com/apache/beam/pull/27384#discussion_r1254912108
##########
sdks/python/apache_beam/io/gcp/bigquery_file_loads_test.py:
##########
@@ -1041,7 +1043,7 @@ def test_bqfl_streaming_with_copy_jobs(self):
# Override these parameters to induce copy jobs
bqfl._DEFAULT_MAX_FILE_SIZE = 100
- bqfl._MAXIMUM_LOAD_SIZE = 400
+ bqfl._MAXIMUM_LOAD_SIZE = 200
Review Comment:
was running a bunch of these tests after my changes to verify they were
passing and found that the size set here was too high and that copy jobs
weren't actually being induced. I lowered the value so that the test runs copy
jobs as expected.
--
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]