Uh oh!
There was an error while loading. Please reload this page.
[SPARK-31434][SQL][DOCS] Drop builtin function pages from SQL references - #28203
[SPARK-31434][SQL][DOCS] Drop builtin function pages from SQL references#28203maropu wants to merge 1 commit into
Conversation
maropu
commented
Apr 13, 2020
SparkQA
commented
Apr 13, 2020
Test build #121193 has finished for PR 28203 at commit
|
+1 as the temporary status. I will try to get the auto-generation done (SPARK-31429) for Spark 3.0 if nobody takes it .. if we fail, we could do it for Spark 3.1. |
HyukjinKwon
commented
Apr 13, 2020
From my cursory look, seems good to go. |
huaxingao
commented
Apr 13, 2020
The changes look good. The only problem is that I don't have a place any more to document the window functions. We don't want to list the window function names and descriptions, but we still want to document what window functions are, how to use them and examples, right? |
maropu
commented
Apr 13, 2020
We still need to document them? They are also listed in the auto-generated API doc, right? |
huaxingao
commented
Apr 14, 2020
The auto-generated API doc has the function description, but it doesn't cover the detailed usage such as how to mark the function as window function, how to define the window spec, what's inside the window spec, etc. Window function is quite important and complex, so we need more documentation than function description. |
If necessary, how about adding them in |
huaxingao
commented
Apr 14, 2020
Sure. I will document these in SQL syntax section instead. |
maropu
commented
Apr 14, 2020
Thanks! |
@huaxingao, do you have any page you want to keep here otherwise? If not I will just merge this. |
huaxingao
commented
Apr 14, 2020
No... The main purpose of having a builtin function page is to document window function. Now since there is an alternative place to document this, I am OK to remove this page. Please go ahead to merge. Thanks for checking with me. @HyukjinKwon |
HyukjinKwon
commented
Apr 14, 2020
Merged to master and branch-3.0. |
### What changes were proposed in this pull request? This PR intends to drop the built-in function pages from SQL references. We've already had a complete list of built-in functions in the API documents. See related discussions for more details: #28170 (comment) ### Why are the changes needed? For better SQL documents. ### Does this PR introduce any user-facing change?  ### How was this patch tested? Manually checked. Closes#28203 from maropu/DropBuiltinFunctionDocs. Authored-by: Takeshi Yamamuro <yamamuro@apache.org> Signed-off-by: HyukjinKwon <gurwls223@apache.org> (cherry picked from commit 853c6c9) Signed-off-by: HyukjinKwon <gurwls223@apache.org>
maropu
commented
Apr 14, 2020
Thanks, all. |
### What changes were proposed in this pull request? This PR intends to drop the built-in function pages from SQL references. We've already had a complete list of built-in functions in the API documents. See related discussions for more details: apache#28170 (comment) ### Why are the changes needed? For better SQL documents. ### Does this PR introduce any user-facing change?  ### How was this patch tested? Manually checked. Closesapache#28203 from maropu/DropBuiltinFunctionDocs. Authored-by: Takeshi Yamamuro <yamamuro@apache.org> Signed-off-by: HyukjinKwon <gurwls223@apache.org>
What changes were proposed in this pull request?
This PR intends to drop the built-in function pages from SQL references. We've already had a complete list of built-in functions in the API documents.
See related discussions for more details:
#28170 (comment)
Why are the changes needed?
For better SQL documents.
Does this PR introduce any user-facing change?
How was this patch tested?
Manually checked.