Skip to content

Commit

Permalink
change default loadQuantum to 8MB
Browse files Browse the repository at this point in the history
  • Loading branch information
yikf committed Dec 9, 2024
1 parent 36f92a5 commit da8a338
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2102,7 +2102,7 @@ object GlutenConfig {
.internal()
.doc("Set the load quantum for velox file scan")
.bytesConf(ByteUnit.BYTE)
.createWithDefaultString("256MB")
.createWithDefaultString("8MB")

val MAX_COALESCED_DISTANCE_BYTES =
buildStaticConf("spark.gluten.sql.columnar.backend.velox.maxCoalescedDistance")
Expand Down

0 comments on commit da8a338

Please sign in to comment.