danny0405 commented on code in PR #12112:
URL: https://github.com/apache/hudi/pull/12112#discussion_r1807998207
##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/DataSourceOptions.scala:
##########
@@ -220,6 +220,15 @@ object DataSourceReadOptions {
val INCREMENTAL_READ_HANDLE_HOLLOW_COMMIT: ConfigProperty[String] =
HoodieCommonConfig.INCREMENTAL_READ_HANDLE_HOLLOW_COMMIT
+ val ENABLE_OPTIMIZED_READ_FOR_MOR_WITH_ALL_BASE_FILE_ONLY_SLICE:
ConfigProperty[Boolean] = ConfigProperty
Review Comment:
If it's a pure optimization, let's eliminate this option cc @jonvex and
@yihua to take a look too.
--
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]