-
Notifications
You must be signed in to change notification settings - Fork 139
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
Added Setting to Toggle Data Source Management Code Paths #2723
Added Setting to Toggle Data Source Management Code Paths #2723
Conversation
4220799
to
9b15c86
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2723 +/- ##
============================================
+ Coverage 92.14% 92.32% +0.17%
- Complexity 4960 4989 +29
============================================
Files 496 497 +1
Lines 14341 14375 +34
Branches 942 946 +4
============================================
+ Hits 13214 13271 +57
+ Misses 1091 1067 -24
- Partials 36 37 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
dd5ee20
to
1d05f83
Compare
a827d03
to
454e2d7
Compare
...rc/main/java/org/opensearch/sql/datasources/storage/OpenSearchDataSourceMetadataStorage.java
Show resolved
Hide resolved
dc321b2
to
a40081b
Compare
9f60aff
to
8c57ec8
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.
Thx!
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 changes!
8c57ec8
to
1f039ea
Compare
Signed-off-by: Frank Dattalo <fddattal@amazon.com>
1f039ea
to
c8fdabf
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.
Thx
Signed-off-by: Frank Dattalo <fddattal@amazon.com> (cherry picked from commit d639796) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
) (cherry picked from commit d639796) Signed-off-by: Frank Dattalo <fddattal@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Peng Huo <penghuo@gmail.com>
…-project#2723) Signed-off-by: Frank Dattalo <fddattal@amazon.com>
…-project#2723) Signed-off-by: Frank Dattalo <fddattal@amazon.com>
Description
This commit adds a setting that toggles data source management code paths.
It will disable explicit APIs and internal code paths that implicitly create data sources.
Issues Resolved
opensearch-project/OpenSearch#13274
Check List