AnandInguva commented on PR #29536: URL: https://github.com/apache/beam/pull/29536#issuecomment-1828753912
Errors I see in https://github.com/apache/beam/actions/runs/7010246192/job/19070396821?pr=29536 ``` self = <apache_beam.io.parquetio_test.TestParquet testMethod=test_sink_transform_int96> def test_sink_transform_int96(self): with tempfile.NamedTemporaryFile() as dst: path = dst.name # pylint: disable=c-extension-no-member with self.assertRaises(pl.ArrowInvalid): # Should throw an error "ArrowInvalid: Casting from timestamp[ns] to # timestamp[us] would lose data" with TestPipeline() as p: > _ = p \ | Create(self.RECORDS) \ | WriteToParquet( path, self.SCHEMA96, num_shards=1, shard_name_template='') E AssertionError: ArrowInvalid not raised ``` -- 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]
