danny0405 commented on code in PR #18229:
URL: https://github.com/apache/hudi/pull/18229#discussion_r2850652704
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java:
##########
@@ -1325,6 +1325,15 @@ public class FlinkOptions extends HoodieConfig {
+ "Each task manager will create a unique subdirectory under
this path. "
+ "The directory is cleaned up when the lookup function is
closed.");
+ public static final ConfigOption<String> LOOKUP_PARTITIONS =
+ key("lookup.partitions")
Review Comment:
it looks like dim table already supports filer push down through SQL:
https://cwiki.apache.org/confluence/display/FLINK/FLIP-324%3A+Introduce+Runtime+Filter+for+Flink+Batch+Jobs,
we can utilize the SQL filters instead of the explicit options.
--
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]