wombatu-kun commented on code in PR #18229:
URL: https://github.com/apache/hudi/pull/18229#discussion_r2852815343


##########
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:
   Sorry, i don't understand your point. Could you please explain your idea?
   Why using SQL filters are better than pruning partitions directly?  
   Or you mean, that users prefer to write SQL with "... where 
dim.partitionField='par1' or dim.partitionField='par2'"? then this whole PR is 
not needed at all.



-- 
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]

Reply via email to