Strikerrx01 commented on code in PR #34135:
URL: https://github.com/apache/beam/pull/34135#discussion_r1979480646
##########
sdks/python/apache_beam/io/gcp/bigquery_tools_test.py:
##########
@@ -578,6 +643,65 @@ def test_start_query_job_priority_configuration(self):
client.jobs.Insert.call_args[0][0].job.configuration.query.priority,
'INTERACTIVE')
+ def test_negative_ttl_validation(self):
Review Comment:
@stankiewicz I'll fix the negative TTL validation test that's failing
(where -1 is currently accepted) and run all tests locally to catch and fix any
other failures.
--
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]