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

    https://github.com/apache/spark/pull/9634#discussion_r44569414
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/sources/interfaces.scala ---
    @@ -236,8 +236,8 @@ abstract class BaseRelation {
     
       /**
        * Given an array of [[Filter]]s, returns an array of [[Filter]]s that 
this data source relation
    -   * cannot handle.  Spark SQL will apply all returned [[Filter]]s against 
rows returned by this
    -   * data source relation.
    +   * may not be able to apply to every row. Spark SQL will apply all 
returned [[Filter]]s against
    +   * rows returned by this data source relation.
    --- End diff --
    
    @marmbrus How's the wording of this `unhandledFilters` interface?


---
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