Skip to content

Commit

Permalink
test: enabling Spark tests with offHeap requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuyukitanimura committed Dec 18, 2024
1 parent f1e53aa commit e019f75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spark/src/main/scala/org/apache/comet/Native.scala
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class Native extends NativeBase {
* @return
* the address to native query plan.
*/
// scalastyle:off
@native def createPlan(
id: Long,
iterators: Array[CometBatchIterator],
Expand All @@ -57,6 +58,7 @@ class Native extends NativeBase {
explain: Boolean,
workerThreads: Int,
blockingThreads: Int): Long
// scalastyle:on

/**
* Execute a native query plan based on given input Arrow arrays.
Expand Down

0 comments on commit e019f75

Please sign in to comment.