Skip to content

Commit c30dd15

Browse files
committed
add todo link
1 parent ecee8b0 commit c30dd15

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sdks/python/apache_beam/io/jdbc.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,8 @@ def __init__(
361361
schema inference during pipeline construction.
362362
"""
363363
# override new portable Date type with the current Jdbc type
364-
# TODO: switch JdbcIO to return portable Date type
364+
# TODO(https://github.com/apache/beam/issues/28359):
365+
# switch JdbcIO to return portable Date type
365366
LogicalType.register_logical_type(JdbcDateType)
366367

367368
classpath = classpath or DEFAULT_JDBC_CLASSPATH

0 commit comments

Comments
 (0)