Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchengchenghh committed Nov 27, 2024
1 parent df4234f commit 99e04f5
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1591,13 +1591,6 @@ object GlutenConfig {
.bytesConf(ByteUnit.BYTE)
.createWithDefaultString("100G")

val COLUMNAR_VELOX_MAX_SPILL_READ_BUFFER_SIZE =
buildConf("spark.gluten.sql.columnar.backend.velox.spillReadBufferSize")
.internal()
.doc("The maximum read buffer size for one file")
.bytesConf(ByteUnit.BYTE)
.createWithDefaultString("1M")

val COLUMNAR_VELOX_MAX_SPILL_WRITE_BUFFER_SIZE =
buildConf("spark.gluten.sql.columnar.backend.velox.spillWriteBufferSize")
.internal()
Expand Down

0 comments on commit 99e04f5

Please sign in to comment.