Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Jun 22, 2024
1 parent dd120a2 commit 68439bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class CometExecIterator(
currentBatch.close()
currentBatch = null
}
nativeLib.releasePlan(plan)
// nativeLib.releasePlan(plan)

// The allocator thoughts the exported ArrowArray and ArrowSchema structs are not released,
// so it will report:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ class CometTPCDSQuerySuite
conf.set(CometConf.COMET_EXEC_ALL_EXPR_ENABLED.key, "true")
conf.set(CometConf.COMET_EXEC_SHUFFLE_ENABLED.key, "true")
conf.set(CometConf.COMET_MEMORY_OVERHEAD.key, "20g")
conf.set("spark.sql.adaptive.coalescePartitions.enabled", "true")
conf.set(MEMORY_OFFHEAP_ENABLED.key, "true")
conf.set(MEMORY_OFFHEAP_SIZE.key, "20g")
conf
Expand Down

0 comments on commit 68439bb

Please sign in to comment.