-
Couldn't load subscription status.
- Fork 3.4k
Allow multiple directories as plugin source by extending the plugin.dir
#26855
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
Conversation
core/trino-main/src/main/java/io/trino/server/ServerPluginsProviderConfig.java
Outdated
Show resolved
Hide resolved
core/trino-main/src/main/java/io/trino/server/ServerPluginsProviderConfig.java
Outdated
Show resolved
Hide resolved
core/trino-main/src/main/java/io/trino/server/ServerPluginsProviderConfig.java
Outdated
Show resolved
Hide resolved
4652b0c to
5f2a1e2
Compare
|
@gertjanal can you squash commits together and shorten the commit title?
|
332f2d4 to
843c833
Compare
testing/trino-plugin-reader/src/main/java/io/trino/server/PluginReader.java
Outdated
Show resolved
Hide resolved
843c833 to
17017a7
Compare
17017a7 to
2e012ef
Compare
|
@gertjanal this rebase wasn't necessary. PRs are rebased automatically when built on the CI so there is rather small risk of logical conflict. At the same time rebases makes it harder for reviewers to use Github UI to check for diff. |
5547be6 to
1b31bd7
Compare
1b31bd7 to
9a750ac
Compare
9a750ac to
0df6ef2
Compare
0df6ef2 to
1f1459a
Compare
Description
The
plugin.dirpoints to the directory in the Trino release where all default plugins are located.This PR allow multiple plugin directory locations, so externally added plugins can be located elsewhere.
plugin.dir=plugin,/mnt/external/trino-pluginsRelease notes
( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
(x) Release notes are required, with the following suggested text: