lw309637554 commented on a change in pull request #2125:
URL: https://github.com/apache/hudi/pull/2125#discussion_r502774172



##########
File path: hudi-spark/src/main/scala/org/apache/hudi/DataSourceOptions.scala
##########
@@ -108,6 +108,15 @@ object DataSourceReadOptions {
     */
   val END_INSTANTTIME_OPT_KEY = "hoodie.datasource.read.end.instanttime"
 
+  /**
+    * If use the end instant schema when incrementally fetched data to.
+    *
+    * Default: false (use latest instant schema)
+    *
+    */
+  val INCREMENTAL_READ_SCHEMA_USE_ENDINSTANT_OPT_KEY = 
"hoodie.datasource.read.schema.use_endInstant"

Review comment:
       make sense. have resolved




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to