Support MySQL-based FunctionNamespaceManager#13972
Support MySQL-based FunctionNamespaceManager#13972caithagoras merged 6 commits intoprestodb:masterfrom
Conversation
cb46ab3 to
b6d4803
Compare
7cc9ff8 to
6b887ea
Compare
|
A very high level comment: I see that you are renaming the module |
|
@rongrong Renamed package |
...ce-managers/src/main/java/com/facebook/presto/functionNamespace/db/FunctionNamespaceDao.java
Outdated
Show resolved
Hide resolved
...ce-managers/src/main/java/com/facebook/presto/functionNamespace/db/FunctionNamespaceDao.java
Outdated
Show resolved
Hide resolved
...ce-managers/src/main/java/com/facebook/presto/functionNamespace/db/FunctionNamespaceDao.java
Outdated
Show resolved
Hide resolved
...ce-managers/src/main/java/com/facebook/presto/functionNamespace/db/FunctionNamespaceDao.java
Outdated
Show resolved
Hide resolved
...ce-managers/src/main/java/com/facebook/presto/functionNamespace/db/FunctionNamespaceDao.java
Outdated
Show resolved
Hide resolved
...ce-managers/src/main/java/com/facebook/presto/functionNamespace/db/FunctionNamespaceDao.java
Outdated
Show resolved
Hide resolved
...ce-managers/src/main/java/com/facebook/presto/functionNamespace/db/FunctionNamespaceDao.java
Outdated
Show resolved
Hide resolved
...gers/src/main/java/com/facebook/presto/functionNamespace/db/SqlInvokedFunctionRowMapper.java
Outdated
Show resolved
Hide resolved
...s/src/test/java/com/facebook/presto/functionNamespace/db/TestDbFunctionNamespaceManager.java
Outdated
Show resolved
Hide resolved
...src/main/java/com/facebook/presto/functionNamespace/db/DbFunctionNamespaceManagerConfig.java
Outdated
Show resolved
Hide resolved
459927a to
9b97d8d
Compare
4ae4d07 to
ad2a9a6
Compare
|
@rongrong Ready for another pass.
|
a57e47d to
9740926
Compare
presto-docs/src/main/sphinx/admin/function-namespace-managers.rst
Outdated
Show resolved
Hide resolved
presto-docs/src/main/sphinx/admin/function-namespace-managers.rst
Outdated
Show resolved
Hide resolved
presto-docs/src/main/sphinx/admin/function-namespace-managers.rst
Outdated
Show resolved
Hide resolved
presto-docs/src/main/sphinx/admin/function-namespace-managers.rst
Outdated
Show resolved
Hide resolved
b5816c3 to
1ff467c
Compare
|
All comments addressed. Thanks for the feedback! |
fba7572 to
5e34041
Compare
There was a problem hiding this comment.
"executing functions" is not new and it's not something "allowed" by function namespace managers.
There was a problem hiding this comment.
I intend to say "resolving functions"
There was a problem hiding this comment.
resolving function is also not introduced by function namespace manager though.
presto-docs/src/main/sphinx/admin/function-namespace-managers.rst
Outdated
Show resolved
Hide resolved
975a5c9 to
177bd36
Compare
sachdevs
left a comment
There was a problem hiding this comment.
The function namespace part is very understandable. Looks good. Couple of minor suggested changes but overall seems very clear.
presto-docs/src/main/sphinx/admin/function-namespace-managers.rst
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
of a function namespace manager
There was a problem hiding this comment.
When we're saying a function namespace manager, we're referencing an instance, not a type of function namespace manager. So, maybe, I should just say each Each function namespace manager....
presto-docs/src/main/sphinx/admin/function-namespace-managers.rst
Outdated
Show resolved
Hide resolved
Also, include function namespace managers plugin in Presto server
e754e1f to
48e5619
Compare
- Add documentation for CREATE FUNCTION, ALTER FUNCTION, and DROP FUNCTION statements. - Add documentation for Function Namespace Managers configuration.
rongrong
left a comment
There was a problem hiding this comment.
Thanks for the contribution!
|
For the release note, I'd mention "function namespace manager" and refer to the documentation added. |
Uh oh!
There was an error while loading. Please reload this page.