You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ja...@apache.org on 2021/11/24 03:57:05 UTC

[flink] branch master updated (a547793 -> f8fdb67)

This is an automated email from the ASF dual-hosted git repository.

jark pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from a547793  [FLINK-24763][fs-connector] LimitableReader should swallow exception when reached limit
     add f8fdb67  [FLINK-24861][connector][jdbc] Support to disable caching missing key for lookup cache (#17754)

No new revisions were added by this update.

Summary of changes:
 docs/content/docs/connectors/table/jdbc.md         |  7 ++
 .../jdbc/internal/options/JdbcLookupOptions.java   | 22 +++++-
 .../connector/jdbc/table/JdbcConnectorOptions.java |  6 ++
 .../jdbc/table/JdbcDynamicTableFactory.java        |  5 +-
 .../jdbc/table/JdbcRowDataLookupFunction.java      | 11 ++-
 .../jdbc/table/JdbcDynamicTableFactoryTest.java    | 32 ++++++++
 .../connector/jdbc/table/JdbcLookupTestBase.java   |  7 ++
 .../jdbc/table/JdbcRowDataLookupFunctionTest.java  | 89 +++++++++++++++++++++-
 8 files changed, 170 insertions(+), 9 deletions(-)