Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Oct 7, 2024
1 parent bcc59ab commit 49563e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class CometExecIterator(
private val plan = {
val configs = createNativeConf
val useUnifiedMemory =
SparkEnv.get.conf.get("spark.memory.offheap.enabled", "false").toBoolean
SparkEnv.get.conf.get("spark.memory.offHeap.enabled", "false").toBoolean
val nativeMemPoolSize = CometSparkSessionExtensions.getCometMemoryOverhead(SparkEnv.get.conf)
nativeLib.createPlan(
id,
Expand Down

0 comments on commit 49563e7

Please sign in to comment.