Skip to content

Commit 2119c12

Browse files
committed
Rename Expression -> Column in benchmark name
1 parent 21f9a7d commit 2119c12

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/benchmark/FilterPushdownBenchmark.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ object FilterPushdownBenchmark extends BenchmarkBase with SQLHelper {
411411
}
412412
}
413413

414-
runBenchmark(s"Predicate conversion benchmark with unbalanced Expression") {
414+
runBenchmark(s"Predicate conversion benchmark with unbalanced Column") {
415415
// This benchmark tests a very isolated part of the predicate pushdown process - specifically,
416416
// the individual action of converting a Spark `Expression` to an ORC `SearchArgument`.
417417
// This results in more granular numbers that can help highlight small performance

0 commit comments

Comments
 (0)