Polber commented on PR #30003:
URL: https://github.com/apache/beam/pull/30003#issuecomment-1985904701

   @robertwb 
   
   Finally got the tests green.
   
   The `RowCoderTest` imports `beam`, which imports the `examples_test.py` file 
I added, which *used* to import `main.py`. In `main.py`, there is the line 
`LogicalType.register_logical_type(MillisInstant)` - This overrided the 
`MicrosInstant` that `RowCoderTest` requires to pass. 
   
   I adjusted the test to run `yaml_transform.expand_pipeline` instead, which 
fixed that issue. I also realized that the examples tests were not actually 
running on presubmits, so I added several fixes to get them running and green.


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