nsivabalan commented on code in PR #12852:
URL: https://github.com/apache/hudi/pull/12852#discussion_r1972827813
##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/DataSourceOptions.scala:
##########
@@ -215,7 +215,7 @@ object DataSourceReadOptions {
val INCREMENTAL_FALLBACK_TO_FULL_TABLE_SCAN: ConfigProperty[String] =
ConfigProperty
.key("hoodie.datasource.read.incr.fallback.fulltablescan.enable")
- .defaultValue("true")
+ .defaultValue("false")
Review Comment:
whats the relationship of this config to the table version?
can you help me understand.
--
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]