(Re-sending, so it also goes to the list serve) Leonard,
That does seem to work for me, thank you! I was looking in the Table API, so that’s why I didn’t find that option. Is there a way to specify the sql hints using the Table API? I had tried appending them onto a call to .from on the table environment, but it wasn’t happy with that. Thanks, Dylan Forciea From: Leonard Xu <xbjt...@gmail.com> Date: Wednesday, October 14, 2020 at 10:20 PM To: Dylan Forciea <dy...@oseberg.io> Cc: "user@flink.apache.org" <user@flink.apache.org> Subject: Re: Setting JDBC connector options using JdbcCatalog 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-master/dev/table/sql/hints.html#dynamic-table-options 在 2020年10月15日,10:20,Dylan Forciea <dy...@oseberg.io<mailto:dy...@oseberg.io>> 写道: scan.fetch-size