ahmedabu98 commented on code in PR #38078:
URL: https://github.com/apache/beam/pull/38078#discussion_r3047111792
##########
sdks/python/apache_beam/io/jdbc.py:
##########
@@ -360,6 +360,10 @@ def __init__(
of the output PCollection elements. This bypasses automatic
schema inference during pipeline construction.
"""
+ # override new portable Date type with the current Jdbc type
+ # TODO: switch JdbcIO to return portable Date type
Review Comment:
Done
--
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]