1
0

[HUDI-2151] Flipping defaults (#3452)

This commit is contained in:
Sivabalan Narayanan
2021-08-13 19:29:22 -04:00
committed by GitHub
parent 9689278014
commit 642b1b671d
6 changed files with 11 additions and 8 deletions

View File

@@ -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