yihua commented on code in PR #19912:
URL: https://github.com/apache/hudi/pull/19912#discussion_r4077704925


##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/DataSourceOptions.scala:
##########
@@ -181,6 +181,20 @@ object DataSourceReadOptions {
     .withDocumentation("Whether to skip clustering instants to avoid reading 
base files of clustering operations "
       + "for streaming read to improve read performance.")
 
+  val INCREMENTAL_REPORT_MAX_FILE_SIZE: ConfigProperty[Boolean] = 
ConfigProperty
+    .key("hoodie.datasource.read.incr.reportMaxFileSize")
+    .defaultValue(true)
+    .markAdvanced()
+    .sinceVersion("1.2.0")

Review Comment:
   ```suggestion
       .sinceVersion("1.3.0")
   ```



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