Re: Setting JDBC connector options using JdbcCatalog

2020-10-20 Thread Leonard Xu
Hi, Dylan > Is there a way to specify the sql hints using the Table API? Unfortunately the sql hints only supported in SQL, there’s no plan to support it in Table API AFAK, I’d suggest use SQL if possible, currently SQL has better feature support than Table API. Best, Leonard

Re: Setting JDBC connector options using JdbcCatalog

2020-10-20 Thread Dylan Forciea
environment, but it wasn’t happy with that. Thanks, Dylan Forciea From: Leonard Xu Date: Wednesday, October 14, 2020 at 10:20 PM To: Dylan Forciea Cc: "user@flink.apache.org" Subject: Re: Setting JDBC connector options using JdbcCatalog Hi, Dylan The table in JdbcCatalog onl

Re: Setting JDBC connector options using JdbcCatalog

2020-10-14 Thread Leonard Xu
Hi, Dylan The table in JdbcCatalog only contains basic options, it’s normal the table from JdbcCatalog does not bring some options. Flink provides SQL Hints feature to specify or override table options[1], you can have a try. Best, Leonard [1] https://ci.apache.org/projects/flink/flink-docs-