You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by yu...@apache.org on 2022/08/27 10:42:38 UTC

[spark] branch branch-3.1 updated: [SPARK-40241][DOCS] Correct the link of GenericUDTF

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

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


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new ca8cdb2768f [SPARK-40241][DOCS] Correct the link of GenericUDTF
ca8cdb2768f is described below

commit ca8cdb2768f2083b8e309a7c5b8741b2ffd3c206
Author: Ruifeng Zheng <ru...@apache.org>
AuthorDate: Sat Aug 27 18:39:17 2022 +0800

    [SPARK-40241][DOCS] Correct the link of GenericUDTF
    
    ### What changes were proposed in this pull request?
    Correct the link
    
    ### Why are the changes needed?
    existing link was wrong
    
    ### Does this PR introduce _any_ user-facing change?
    yes, a link was updated
    
    ### How was this patch tested?
    Manually check
    
    Closes #37685 from zhengruifeng/doc_fix_udtf.
    
    Authored-by: Ruifeng Zheng <ru...@apache.org>
    Signed-off-by: Yuming Wang <yu...@ebay.com>
    (cherry picked from commit 8ffcecb68fafd0466e839281588aab50cd046b49)
    Signed-off-by: Yuming Wang <yu...@ebay.com>
---
 docs/sql-ref-functions-udf-hive.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/sql-ref-functions-udf-hive.md b/docs/sql-ref-functions-udf-hive.md
index 819c446c411..5b78dbf9709 100644
--- a/docs/sql-ref-functions-udf-hive.md
+++ b/docs/sql-ref-functions-udf-hive.md
@@ -55,7 +55,7 @@ SELECT testUDF(value) FROM t;
 ```
 
 
-An example below uses [GenericUDTFExplode](https://github.com/apache/hive/blob/master/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDTFExplode.java) derived from [GenericUDTF](https://github.com/apache/hive/blob/master/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDF.java).
+An example below uses [GenericUDTFExplode](https://github.com/apache/hive/blob/master/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDTFExplode.java) derived from [GenericUDTF](https://github.com/apache/hive/blob/master/ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDTF.java).
 
 ```sql
 -- Register `GenericUDTFExplode` and use it in Spark SQL


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