We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f9a7d commit 2119c12Copy full SHA for 2119c12
sql/core/src/test/scala/org/apache/spark/sql/execution/benchmark/FilterPushdownBenchmark.scala
@@ -411,7 +411,7 @@ object FilterPushdownBenchmark extends BenchmarkBase with SQLHelper {
411
}
412
413
414
- runBenchmark(s"Predicate conversion benchmark with unbalanced Expression") {
+ runBenchmark(s"Predicate conversion benchmark with unbalanced Column") {
415
// This benchmark tests a very isolated part of the predicate pushdown process - specifically,
416
// the individual action of converting a Spark `Expression` to an ORC `SearchArgument`.
417
// This results in more granular numbers that can help highlight small performance
0 commit comments