SmirAlex commented on code in PR #20447:
URL: https://github.com/apache/flink/pull/20447#discussion_r941503346
##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/utils/LookupJoinUtil.java:
##########
@@ -208,6 +217,21 @@ public static UserDefinedFunction getLookupFunction(
return new CachingAsyncLookupFunction(
partialCachingLookupProvider.getCache(),
partialCachingLookupProvider.createAsyncLookupFunction());
+ } else if (provider instanceof FullCachingLookupProvider) {
Review Comment:
Yes, it is probably because of problems after rebase
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]