Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion flink-python/pyflink/table/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,6 @@ def __init__(self, catalog_name: str, default_database: str, username: str, pwd:
assert pwd is not None
assert base_url is not None

from pyflink.java_gateway import get_gateway
gateway = get_gateway()

j_jdbc_catalog = gateway.jvm.org.apache.flink.connector.jdbc.catalog.JdbcCatalog(
Expand Down