SteNicholas commented on code in PR #9113:
URL: https://github.com/apache/hudi/pull/9113#discussion_r1278809823
##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/DataSourceOptions.scala:
##########
@@ -651,6 +651,15 @@ object DataSourceWriteOptions {
.sinceVersion("0.14.0")
.withDocumentation("Controls whether spark sql prepped update, delete, and
merge are enabled.")
+ val OVERWRITE_MODE: ConfigProperty[String] = ConfigProperty
+ .key("hoodie.datasource.overwrite.mode")
Review Comment:
Why not define this config to `overwrite.dynamic.partition`? We just
distingish the dynamic partition and the whole table for insert overwrite. The
static mode is clear and no need to config.
--
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]