cloud-fan commented on a change in pull request #24068: [SPARK-27105][SQL] 
Optimize away exponential complexity in ORC predicate conversion
URL: https://github.com/apache/spark/pull/24068#discussion_r282043084
 
 

 ##########
 File path: 
sql/core/src/test/scala/org/apache/spark/sql/execution/benchmark/FilterPushdownBenchmark.scala
 ##########
 @@ -288,7 +320,7 @@ object FilterPushdownBenchmark extends BenchmarkBase with 
SQLHelper {
               val filter =
                 Range(0, count).map(r => scala.util.Random.nextInt(numRows * 
distribution / 100))
               val whereExpr = s"value in(${filter.mkString(",")})"
-              val title = s"InSet -> InFilters (values count: $count, 
distribution: $distribution)"
+             val title = s"InSet -> InFilters (values count: $count, 
distribution: $distribution)"
 
 Review comment:
   unnecessary change?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to