Skip to content

Commit 702c87d

Browse files
authoredSep 18, 2024
Fix typo in example 4 (#9)
1 parent 055dc1e commit 702c87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎flink_table_api_python/examples/table/example_04_creating_tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ def run():
7777
'kafka.retention.time' = '0 ms',
7878
'key.format' = 'json-registry',
7979
'value.format' = 'json-registry'
80-
)""" % TARGET_TABLE1)
80+
)""" % TARGET_TABLE2)

0 commit comments

Comments
 (0)
Please sign in to comment.