Github user wangyum commented on a diff in the pull request:

    https://github.com/apache/spark/pull/23004#discussion_r234857747
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/columnar/InMemoryTableScanExec.scala
 ---
    @@ -237,6 +237,13 @@ case class InMemoryTableScanExec(
           if list.forall(ExtractableLiteral.unapply(_).isDefined) && 
list.nonEmpty =>
           list.map(l => statsFor(a).lowerBound <= l.asInstanceOf[Literal] &&
             l.asInstanceOf[Literal] <= statsFor(a).upperBound).reduce(_ || _)
    +
    +    case StartsWith(a: AttributeReference, ExtractableLiteral(l)) =>
    --- End diff --
    
    Added to pr description.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to