Abacn commented on code in PR #36014: URL: https://github.com/apache/beam/pull/36014#discussion_r2319910050
########## sdks/python/apache_beam/io/jdbc.py: ########## @@ -96,10 +95,11 @@ from apache_beam.transforms.external import BeamJarExpansionService from apache_beam.transforms.external import ExternalTransform from apache_beam.transforms.external import NamedTupleBasedPayloadBuilder +from apache_beam.typehints.schemas import JdbcDateType # pylint: disable=unused-import Review Comment: To keep the backward compatibility when user uses `from apache_beam.io.jdbc import JdbcDateType` in their own scripts -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org