This is an automated email from the ASF dual-hosted git repository.
yumwang pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.2 by this push:
new 96dc433f015 [SPARK-40241][DOCS] Correct the link of GenericUDTF
96dc433f015 is described below
commit 96dc433f01539506bdd23bb28db1fbfa253653dd
Author: Ruifeng Zheng <[email protected]>
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 <[email protected]>
Signed-off-by: Yuming Wang <[email protected]>
(cherry picked from commit 8ffcecb68fafd0466e839281588aab50cd046b49)
Signed-off-by: Yuming Wang <[email protected]>
---
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: [email protected]
For additional commands, e-mail: [email protected]