-
Notifications
You must be signed in to change notification settings - Fork 154
Add low-level create table and table exists API #834
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 low-level create table and table exists API #834
Conversation
Signed-off-by: Chen Dai <[email protected]>
Signed-off-by: Chen Dai <[email protected]>
Signed-off-by: Chen Dai <[email protected]>
Signed-off-by: Chen Dai <[email protected]>
Signed-off-by: Chen Dai <[email protected]>
Signed-off-by: Chen Dai <[email protected]>
Signed-off-by: Chen Dai <[email protected]>
Codecov Report
@@ Coverage Diff @@
## feature/maximus-m1 #834 +/- ##
========================================================
+ Coverage 94.82% 94.85% +0.02%
- Complexity 2915 2927 +12
========================================================
Files 291 291
Lines 7794 7830 +36
Branches 567 568 +1
========================================================
+ Hits 7391 7427 +36
Misses 349 349
Partials 54 54
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Chen Dai <[email protected]>
opensearch/src/main/java/org/opensearch/sql/opensearch/client/OpenSearchClient.java
Outdated
Show resolved
Hide resolved
opensearch/src/main/java/org/opensearch/sql/opensearch/client/OpenSearchRestClient.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Chen Dai <[email protected]>
opensearch/src/main/java/org/opensearch/sql/opensearch/client/OpenSearchNodeClient.java
Show resolved
Hide resolved
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
Description
Add create table and is table exists API on low level
Table
andOpenSearchClient
interface. This is the prerequisite for adding system table and create materialized view functionality later. Because of only low-level code changes, IT will be added later. Publishing this PR earlier to avoid very large PR at last.Issues Resolved
#833
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.