Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
add the note for the available customized compression codec
Browse files Browse the repository at this point in the history
  • Loading branch information
JkSelf committed Feb 5, 2021
1 parent 0fff173 commit ea31bc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/main/scala/com/intel/oap/ColumnarPluginConfig.scala
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ class ColumnarPluginConfig(conf: SQLConf) {
// and the cached buffers will be spilled when reach maximum memory.
val columnarShufflePreferSpill: Boolean =
conf.getConfString("spark.oap.sql.columnar.shuffle.preferSpill", "true").toBoolean

// The supported customized compression codec is lz4 and fastpfor.
val columnarShuffleUseCustomizedCompressionCodec: String =
conf.getConfString("spark.oap.sql.columnar.shuffle.customizedCompression.codec", "lz4")
val isTesting: Boolean =
Expand Down

0 comments on commit ea31bc7

Please sign in to comment.