Skip to content

Conversation

@dai-chen
Copy link
Collaborator

@dai-chen dai-chen commented Nov 22, 2022

Description

Similarly as #1091, add new TableWriteBuilder as transition state between logical write and physical write operator.

optimizer-Page-2

Issues Resolved

#1093

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

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.

@dai-chen dai-chen added the enhancement New feature or request label Nov 22, 2022
@dai-chen dai-chen self-assigned this Nov 22, 2022
@codecov-commenter
Copy link

codecov-commenter commented Nov 22, 2022

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.82%. Comparing base (64a3794) to head (55f3ecd).
⚠️ Report is 457 commits behind head on 2.x.

❌ Your project status has failed because the head coverage (95.82%) is below the target coverage (99.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@             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     
Flag Coverage Δ
query-workbench 62.76% <ø> (?)
sql-engine 98.31% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Signed-off-by: Chen Dai <daichen@amazon.com>
Signed-off-by: Chen Dai <daichen@amazon.com>
Signed-off-by: Chen Dai <daichen@amazon.com>
Signed-off-by: Chen Dai <daichen@amazon.com>
@dai-chen dai-chen force-pushed the add-table-write-builder branch from 0baec59 to 03dd5ae Compare December 7, 2022 19:51
Signed-off-by: Chen Dai <daichen@amazon.com>
@dai-chen dai-chen marked this pull request as ready for review December 8, 2022 04:47
@dai-chen dai-chen requested a review from a team as a code owner December 8, 2022 04:47
@dai-chen dai-chen merged commit c494d92 into opensearch-project:2.x 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 <daichen@amazon.com>

* Add UT for all new classes

Signed-off-by: Chen Dai <daichen@amazon.com>

* Rename child field

Signed-off-by: Chen Dai <daichen@amazon.com>

* Add columns field

Signed-off-by: Chen Dai <daichen@amazon.com>

* Update javadoc to prepare PR

Signed-off-by: Chen Dai <daichen@amazon.com>

Signed-off-by: Chen Dai <daichen@amazon.com>
(cherry picked from commit c494d92)
@dai-chen dai-chen deleted the add-table-write-builder branch December 16, 2022 18:42
@dai-chen dai-chen restored the add-table-write-builder branch December 16, 2022 18:42
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 <daichen@amazon.com>

* Add UT for all new classes

Signed-off-by: Chen Dai <daichen@amazon.com>

* Rename child field

Signed-off-by: Chen Dai <daichen@amazon.com>

* Add columns field

Signed-off-by: Chen Dai <daichen@amazon.com>

* Update javadoc to prepare PR

Signed-off-by: Chen Dai <daichen@amazon.com>

Signed-off-by: Chen Dai <daichen@amazon.com>
dai-chen added a commit that referenced this pull request Dec 22, 2022
* Add table write operator and builder

Signed-off-by: Chen Dai <daichen@amazon.com>

* Add UT for all new classes

Signed-off-by: Chen Dai <daichen@amazon.com>

* Rename child field

Signed-off-by: Chen Dai <daichen@amazon.com>

* Add columns field

Signed-off-by: Chen Dai <daichen@amazon.com>

* Update javadoc to prepare PR

Signed-off-by: Chen Dai <daichen@amazon.com>

Signed-off-by: Chen Dai <daichen@amazon.com>
(cherry picked from commit c494d92)

Co-authored-by: Chen Dai <daichen@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport main enhancement New feature or request

Development

Successfully merging this pull request may close these issues.

4 participants