stankiewicz commented on code in PR #34135:
URL: https://github.com/apache/beam/pull/34135#discussion_r1979428321
##########
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:
this test is failing as -1 is valid input in set_table_definition_ttl
--
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]