-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Dynamic Catalog Loading Forward Fit #24587
base: master
Are you sure you want to change the base?
Conversation
e08829b
to
8ebd2b6
Compare
…nnector instances Co-authored-by: Hazmi <[email protected]>
32124f4
to
0211437
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.
Thanks for the doc! Looks good. Some nits of punctuation and phrasing suggestions for consistency.
0211437
to
9a945cf
Compare
If implemented, this will add endpoints that allow catalogs to be added without restarting the presto engine. Co-authored-by: Anoop V S <[email protected]> Co-authored-by: Deepa George <[email protected]>
9a945cf
to
7f0ac62
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.
LGTM! (docs)
Pull updated branch, new local doc build, looks good. Thanks!
@aaneja This may have some similar issues like the internal open lineage changes, can you help take a first pass? |
Description
Added endpoints to dynamically load catalogs without an engine restart
Motivation and Context
Previously, catalogs would only be loaded while the engine is starting.
Impact
New APIs added:
Test Plan
Added test cases
Contributor checklist
Release Notes
Please follow release notes guidelines and fill in the release notes below.