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

    https://github.com/apache/spark/pull/9468#discussion_r43918971
  
    --- Diff: 
sql/core/src/test/scala/org/apache/spark/sql/sources/FilteredScanSuite.scala ---
    @@ -277,13 +273,13 @@ class FilteredScanSuite extends DataSourceTest with 
SharedSQLContext {
       testPushDown("SELECT c FROM oneToTenFiltered WHERE c IN ('aaaaaAAAAA', 
'foo')", 1, Set("c"))
     
       // Columns only referenced by UDF filter must be required, as UDF 
filters can't be pushed down.
    --- End diff --
    
    Seems this comment need to be updated?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to