Skip to content

Commit

Permalink
enable native write by default
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyang-li committed Aug 14, 2024
1 parent 75c79f1 commit dd844b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1613,7 +1613,7 @@ object GlutenConfig {
.internal()
.doc("This is config to specify whether to enable the native columnar parquet/orc writer")
.booleanConf
.createOptional
.createWithDefault(true)

val NATIVE_HIVEFILEFORMAT_WRITER_ENABLED =
buildConf("spark.gluten.sql.native.hive.writer.enabled")
Expand Down

0 comments on commit dd844b4

Please sign in to comment.