BruceKellan commented on code in PR #8102:
URL: https://github.com/apache/hudi/pull/8102#discussion_r1129234266


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/configuration/FlinkOptions.java:
##########
@@ -334,6 +334,12 @@ private FlinkOptions() {
       .withDescription("Enables data-skipping allowing queries to leverage 
indexes to reduce the search space by"
           + "skipping over files");
 
+  public static final ConfigOption<Boolean> 
READ_CONTINUOUS_PARTITION_PRUNING_ENABLED = ConfigOptions
+      .key("read.continuous.partition-pruning.enabled")

Review Comment:
   Can we follow the existing specification and change this configuration to 
`read.streaming.....`?



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