ahmedabu98 commented on issue #30095:
URL: https://github.com/apache/beam/issues/30095#issuecomment-1909055836

   Ahh looks like the new test changed attributes in `bigquery_file_loads.py` 
that apparently don't get reset after the test finishes running:
   ```
   # reduce load job size to induce copy jobs
       bqfl._DEFAULT_MAX_FILE_SIZE = 10
       bqfl._MAXIMUM_LOAD_SIZE = 20
   ```
   Chronologically, the following test that gets run is 
`test_multiple_destinations_transform` which gets affected by this and fails.


-- 
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]

Reply via email to