[HUDI-2151] Flipping defaults (#3452)
This commit is contained in:
committed by
GitHub
parent
9689278014
commit
642b1b671d
@@ -288,7 +288,7 @@ object DataSourceWriteOptions {
|
||||
*/
|
||||
val ENABLE_ROW_WRITER: ConfigProperty[String] = ConfigProperty
|
||||
.key("hoodie.datasource.write.row.writer.enable")
|
||||
.defaultValue("false")
|
||||
.defaultValue("true")
|
||||
.withDocumentation("When set to true, will perform write operations directly using the spark native " +
|
||||
"`Row` representation, avoiding any additional conversion costs.")
|
||||
@Deprecated
|
||||
|
||||
Reference in New Issue
Block a user