This is an automated email from the ASF dual-hosted git repository.
huaxingao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 0b543e7480b [SPARK-38950][SQL][FOLLOWUP] Fix java doc
0b543e7480b is described below
commit 0b543e7480b6e414b23e02e6c805a33abc535c89
Author: huaxingao <[email protected]>
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 <[email protected]>
Signed-off-by: huaxingao <[email protected]>
---
.../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: [email protected]
For additional commands, e-mail: [email protected]