-
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
Add table write operator and builder #1094
Merged
dai-chen
merged 5 commits into
opensearch-project:2.x
from
dai-chen:add-table-write-builder
Dec 14, 2022
Merged
Add table write operator and builder #1094
dai-chen
merged 5 commits into
opensearch-project:2.x
from
dai-chen:add-table-write-builder
Dec 14, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 tasks
Codecov Report
@@ Coverage Diff @@
## 2.x #1094 +/- ##
============================================
- Coverage 98.30% 95.82% -2.49%
- Complexity 3503 3535 +32
============================================
Files 340 356 +16
Lines 8652 9378 +726
Branches 550 673 +123
============================================
+ Hits 8505 8986 +481
- Misses 142 334 +192
- Partials 5 58 +53
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. |
6 tasks
dai-chen
force-pushed
the
add-table-write-builder
branch
from
November 25, 2022 22:54
f17622d
to
9a7ca08
Compare
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]>
dai-chen
force-pushed
the
add-table-write-builder
branch
from
December 7, 2022 19:51
0baec59
to
03dd5ae
Compare
Signed-off-by: Chen Dai <[email protected]>
penghuo
approved these changes
Dec 12, 2022
joshuali925
approved these changes
Dec 14, 2022
opensearch-trigger-bot bot
pushed a commit
that referenced
this pull request
Dec 14, 2022
* Add table write operator and builder Signed-off-by: Chen Dai <[email protected]> * Add UT for all new classes Signed-off-by: Chen Dai <[email protected]> * Rename child field Signed-off-by: Chen Dai <[email protected]> * Add columns field Signed-off-by: Chen Dai <[email protected]> * Update javadoc to prepare PR Signed-off-by: Chen Dai <[email protected]> Signed-off-by: Chen Dai <[email protected]> (cherry picked from commit c494d92)
GabeFernandez310
pushed a commit
to Bit-Quill/opensearch-project-sql
that referenced
this pull request
Dec 19, 2022
* Add table write operator and builder Signed-off-by: Chen Dai <[email protected]> * Add UT for all new classes Signed-off-by: Chen Dai <[email protected]> * Rename child field Signed-off-by: Chen Dai <[email protected]> * Add columns field Signed-off-by: Chen Dai <[email protected]> * Update javadoc to prepare PR Signed-off-by: Chen Dai <[email protected]> Signed-off-by: Chen Dai <[email protected]>
dai-chen
added a commit
that referenced
this pull request
Dec 22, 2022
* Add table write operator and builder Signed-off-by: Chen Dai <[email protected]> * Add UT for all new classes Signed-off-by: Chen Dai <[email protected]> * Rename child field Signed-off-by: Chen Dai <[email protected]> * Add columns field Signed-off-by: Chen Dai <[email protected]> * Update javadoc to prepare PR Signed-off-by: Chen Dai <[email protected]> Signed-off-by: Chen Dai <[email protected]> (cherry picked from commit c494d92) Co-authored-by: Chen Dai <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Similarly as #1091, add new
TableWriteBuilder
as transition state between logical write and physical write operator.Issues Resolved
#1093
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.