You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by hu...@apache.org on 2022/04/21 18:52:40 UTC

[spark] branch branch-3.3 updated: [SPARK-38950][SQL][FOLLOWUP] Fix java doc

This is an automated email from the ASF dual-hosted git repository.

huaxingao pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new 17552d5ff90 [SPARK-38950][SQL][FOLLOWUP] Fix java doc
17552d5ff90 is described below

commit 17552d5ff90e6421b2699726468c5798a12970b9
Author: huaxingao <hu...@apple.com>
AuthorDate: Thu Apr 21 11:52:04 2022 -0700

    [SPARK-38950][SQL][FOLLOWUP] Fix java doc
    
    ### What changes were proposed in this pull request?
    `{link #pushFilters(Predicate[])}` ->  `{link #pushFilters(Seq[Expression])}`
    
    ### Why are the changes needed?
    Fixed java doc
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    
    Closes #36302 from huaxingao/fix.
    
    Authored-by: huaxingao <hu...@apple.com>
    Signed-off-by: huaxingao <hu...@apple.com>
    (cherry picked from commit 0b543e7480b6e414b23e02e6c805a33abc535c89)
    Signed-off-by: huaxingao <hu...@apple.com>
---
 .../spark/sql/internal/connector/SupportsPushDownCatalystFilters.scala  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sql/catalyst/src/main/scala/org/apache/spark/sql/internal/connector/SupportsPushDownCatalystFilters.scala b/sql/catalyst/src/main/scala/org/apache/spark/sql/internal/connector/SupportsPushDownCatalystFilters.scala
index 99590480220..4641a06ba3e 100644
--- a/sql/catalyst/src/main/scala/org/apache/spark/sql/internal/connector/SupportsPushDownCatalystFilters.scala
+++ b/sql/catalyst/src/main/scala/org/apache/spark/sql/internal/connector/SupportsPushDownCatalystFilters.scala
@@ -35,7 +35,7 @@ trait SupportsPushDownCatalystFilters {
 
   /**
    * Returns the data filters that are pushed to the data source via
-   * {@link #pushFilters(Predicate[])}.
+   * {@link #pushFilters(Seq[Expression])}.
    */
   def pushedFilters: Array[Predicate]
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org