You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by re...@apache.org on 2022/08/03 09:53:07 UTC

[flink] branch master updated (363023d27a0 -> 8c6a9e58f1e)

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

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


    from 363023d27a0 [FLINK-28011][hive] HiveSource should get partitions in batch instead of getting partition one by one
     add 8c6a9e58f1e [FLINK-28418][table] Add runtime provider interfaces for partial caching lookup (#20414)

No new revisions were added by this update.

Summary of changes:
 ...java => PartialCachingAsyncLookupProvider.java} | 33 ++++++++++++++++------
 ...ider.java => PartialCachingLookupProvider.java} | 32 +++++++++++++++------
 2 files changed, 49 insertions(+), 16 deletions(-)
 copy flink-table/flink-table-common/src/main/java/org/apache/flink/table/connector/source/lookup/{AsyncLookupFunctionProvider.java => PartialCachingAsyncLookupProvider.java} (51%)
 copy flink-table/flink-table-common/src/main/java/org/apache/flink/table/connector/source/lookup/{LookupFunctionProvider.java => PartialCachingLookupProvider.java} (52%)