danny0405 commented on code in PR #12961:
URL: https://github.com/apache/hudi/pull/12961#discussion_r1992508548
##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/DataSourceOptions.scala:
##########
@@ -735,6 +735,15 @@ object DataSourceWriteOptions {
.withDocumentation("Controls whether overwrite use dynamic or static mode,
if not configured, " +
"respect spark.sql.sources.partitionOverwriteMode")
+ val DELETE_RECORD_SCHEMA_PRUNING: ConfigProperty[String] = ConfigProperty
+ .key("hoodie.datasource.delete.record.schema.pruning.enabled")
+ .defaultValue("true")
Review Comment:
Can we eliminate this option because it looks like a pure optimization.
--
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]