[SPARK-21589][SQL][DOC] Add documents about Hive UDF/UDTF/UDAF#18792
[SPARK-21589][SQL][DOC] Add documents about Hive UDF/UDTF/UDAF#18792maropu wants to merge 3 commits intoapache:masterfrom
Conversation
|
@gatorsmile If you get time, could you check this? Thanks! |
docs/sql-programming-guide.md
Outdated
docs/sql-programming-guide.md
Outdated
There was a problem hiding this comment.
functions with
MapredContext, which is inapplicable to Spark.
docs/sql-programming-guide.md
Outdated
docs/sql-programming-guide.md
Outdated
There was a problem hiding this comment.
Please remove Spark SQL does not support this optimization yet
|
Test build #80103 has finished for PR 18792 at commit
|
docs/sql-programming-guide.md
Outdated
There was a problem hiding this comment.
How about simplifying the whole paragraph to?
Not all the APIs of the Hive UDF/UDTF/UDAF are supported by Spark SQL. Below are the unsupported APIs:
|
Thanks for working on it! Just left some minor comments. |
|
@gatorsmile ok, fixed. |
|
Test build #80106 has finished for PR 18792 at commit
|
|
Test build #80107 has finished for PR 18792 at commit
|
docs/sql-programming-guide.md
Outdated
There was a problem hiding this comment.
nit: But looks redundant here, because there's inapplicable before. Looks like negative to negative...
|
LGTM pending Jenkins |
|
Test build #80109 has finished for PR 18792 at commit
|
What changes were proposed in this pull request?
This pr added documents about unsupported functions in Hive UDF/UDTF/UDAF.
This pr relates to #18768 and #18527.
How was this patch tested?
N/A