derrickaw commented on code in PR #35692:
URL: https://github.com/apache/beam/pull/35692#discussion_r2234174452
##########
sdks/python/apache_beam/yaml/tests/assign_timestamps.yaml:
##########
@@ -49,36 +49,38 @@ pipelines:
- {user: "alice", timestamp: 3}
- {user: "bob", timestamp: 7}
+ # TODO - Rethink error handling since schema mismatch in Create transform
+ # isn't allowed anymore.
Review Comment:
In this particular case it will fail with types mismatch since two different
types were used that were not nullable.
--
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]