Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Aug 23, 2024
1 parent 821a514 commit 8293418
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ abstract class VeloxTPCHTableSupport extends VeloxWholeStageTransformerSuite {
.set("spark.memory.offHeap.size", "2g")
.set("spark.unsafe.exceptionOnMemoryLeak", "true")
.set("spark.sql.autoBroadcastJoinThreshold", "-1")
.set("spark.gluten.sql.columnar.backend.velox.glogSeverityLevel", "0")
// TODO Should enable this after fix the issue of native plan detail occasional disappearance
// .set("spark.gluten.sql.injectNativePlanStringToExplain", "true")
}
Expand Down

0 comments on commit 8293418

Please sign in to comment.