Skip to content

Commit 0b04fa3

Browse files
committed
[SPARK-25484][SQL][TEST] rebase and fix build issue
Change-Id: I245c16a77a071c6386ce671a9c4a6d8f8fe3b78d
1 parent 0f676bc commit 0b04fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/execution/ExternalAppendOnlyUnsafeRowArrayBenchmark.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ object ExternalAppendOnlyUnsafeRowArrayBenchmark extends BenchmarkBase {
181181
}
182182
}
183183

184-
override def runBenchmarkSuite(): Unit = {
184+
override def runBenchmarkSuite(mainArgs: Array[String]): Unit = {
185185
runBenchmark("WITHOUT SPILL") {
186186
val spillThreshold = 100 * 1000
187187
testAgainstRawArrayBuffer(spillThreshold, 100 * 1000, 1 << 10)

0 commit comments

Comments
 (0)