Re: Support of custom JDBC dialects in flink-jdbc

2020-03-27 Thread Dongwon Kim
Hi Jark, Many thanks for creating the issue on Jira and nice summarization :-) Best, Dongwon On Sat, Mar 28, 2020 at 12:37 AM Jark Wu wrote: > Hi Dongwon, > > I saw many requirements on this and I'm big +1 for this. > I created https://issues.apache.org/jira/browse/FLINK-16833 to track this > e

Re: Support of custom JDBC dialects in flink-jdbc

2020-03-27 Thread Jark Wu
Hi Dongwon, I saw many requirements on this and I'm big +1 for this. I created https://issues.apache.org/jira/browse/FLINK-16833 to track this effort. Hope this can be done before 1.11 release. Best, Jark On Fri, 27 Mar 2020 at 22:22, Dongwon Kim wrote: > Hi, I tried flink-jdbc [1] to read dat

Support of custom JDBC dialects in flink-jdbc

2020-03-27 Thread Dongwon Kim
Hi, I tried flink-jdbc [1] to read data from Druid because Druid implements Calcite Avatica [2], but the connection string, jdbc:avatica:remote:url= http://BROKER:8082/druid/v2/sql/avatica/, is not supported by any of JDBCDialects [3]. I implement custom JDBCDialect [4], custom StreamTableSourceFa