We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecee8b0 commit c30dd15Copy full SHA for c30dd15
1 file changed
sdks/python/apache_beam/io/jdbc.py
@@ -361,7 +361,8 @@ def __init__(
361
schema inference during pipeline construction.
362
"""
363
# override new portable Date type with the current Jdbc type
364
- # TODO: switch JdbcIO to return portable Date type
+ # TODO(https://github.com/apache/beam/issues/28359):
365
+ # switch JdbcIO to return portable Date type
366
LogicalType.register_logical_type(JdbcDateType)
367
368
classpath = classpath or DEFAULT_JDBC_CLASSPATH
0 commit comments