Abacn commented on code in PR #38108:
URL: https://github.com/apache/beam/pull/38108#discussion_r3112320220
##########
sdks/python/apache_beam/io/jdbc.py:
##########
@@ -264,6 +264,7 @@ def enforce_millis_instant_for_timestamp():
LogicalType._known_logical_types = old_registry.copy()
try:
LogicalType.register_logical_type(MillisInstant)
+ LogicalType.register_logical_type(JdbcDateType)
Review Comment:
the test was passing before, but this line is needed after #38078
--
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]