Jark Wu created FLINK-16833: ------------------------------- Summary: Make JDBCDialect pluggable for JDBC SQL connector Key: FLINK-16833 URL: https://issues.apache.org/jira/browse/FLINK-16833 Project: Flink Issue Type: New Feature Components: Connectors / JDBC, Table SQL / Ecosystem Reporter: Jark Wu Fix For: 1.11.0
Currently, we only natively support very limited JDBC dialects in flink-jdbc. However, there are a lot of jdbc drivers in the world . We should expose the ability to users to make it pluggable. Some initial ideas: - expose a connector configuration to accept a JDBCDialect class name. - find supported JDBCDialect via SPI. A more detaited design should be proposed for disucssion. -- This message was sent by Atlassian Jira (v8.3.4#803005)