-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation for SQL routines #18854
Conversation
abba9e1
to
db0bee9
Compare
6c1238f
to
5b6bbd3
Compare
59f0ec4
to
e447b15
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some initial comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did a bunch of updates .. more to come.
2fafebf
to
19875e7
Compare
41258f3
to
09b167f
Compare
cd41c12
to
2c013b9
Compare
9e097d9
to
47caa23
Compare
(routine-sql-environment)= | ||
## SQL environment configuration | ||
|
||
Configuration of the `sql.default-function-catalog` and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed. Also, note that the default must be added to sql.path
as well.
67bec7b
to
5731caa
Compare
- Add overview and examples - Add supported statements for routines - Add routine management statements - Add SQL enviroment config properties - Adjust docs for related statements - Adjust Hive and Memory connector docs
Description
Add documentation for user-defined SQL functions including the following aspects:
To do:
Additional context and related issues
Implementation: #19308
Release notes
(x) This is not user-visible or is docs only, and no release notes are required.
But this needs to be merged with the code PR which will make a big splash in the community and include a release notes entry or probably blog posts and more.