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

srowen 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 f570d01  [SPARK-37286][DOCS][FOLLOWUP] Fix the wrong parameter name 
for Javadoc
f570d01 is described below

commit f570d01c0d009bb035d3c89d77661a5432f982cb
Author: Kousuke Saruta <saru...@oss.nttdata.com>
AuthorDate: Fri Dec 3 11:16:39 2021 -0600

    [SPARK-37286][DOCS][FOLLOWUP] Fix the wrong parameter name for Javadoc
    
    ### What changes were proposed in this pull request?
    
    This PR fixes an issue that the Javadoc generation fails due to the wrong 
parameter name of a method added in SPARK-37286 (#34554).
    
https://github.com/apache/spark/runs/4409267346?check_suite_focus=true#step:9:5081
    
    ### Why are the changes needed?
    
    To keep the build clean.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    GA itself.
    
    Closes #34801 from sarutak/followup-SPARK-37286.
    
    Authored-by: Kousuke Saruta <saru...@oss.nttdata.com>
    Signed-off-by: Sean Owen <sro...@gmail.com>
---
 sql/core/src/main/scala/org/apache/spark/sql/jdbc/JdbcDialects.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sql/core/src/main/scala/org/apache/spark/sql/jdbc/JdbcDialects.scala 
b/sql/core/src/main/scala/org/apache/spark/sql/jdbc/JdbcDialects.scala
index fcc2be2..9a647e5 100644
--- a/sql/core/src/main/scala/org/apache/spark/sql/jdbc/JdbcDialects.scala
+++ b/sql/core/src/main/scala/org/apache/spark/sql/jdbc/JdbcDialects.scala
@@ -196,7 +196,7 @@ abstract class JdbcDialect extends Serializable with 
Logging{
 
   /**
    * Converts aggregate function to String representing a SQL expression.
-   * @param aggregate The aggregate function to be converted.
+   * @param aggFunction The aggregate function to be converted.
    * @return Converted value.
    */
   @Since("3.3.0")

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

Reply via email to