Skip to content

Commit

Permalink
[SPARK-40241][DOCS] Correct the link of GenericUDTF
Browse files Browse the repository at this point in the history
### 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 apache#37685 from zhengruifeng/doc_fix_udtf.

Authored-by: Ruifeng Zheng <ruifengz@apache.org>
Signed-off-by: Yuming Wang <yumwang@ebay.com>
  • Loading branch information
zhengruifeng authored and wangyum committed Aug 27, 2022
1 parent 4b0c3ba commit 8ffcecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sql-ref-functions-udf-hive.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ffcecb

Please sign in to comment.