Skip to content
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

feat: support select outfile to openmldb online tables #3616

Conversation

tobegit3hub
Copy link
Collaborator

@tobegit3hub tobegit3hub commented Nov 21, 2023

Resolve #3606 .

Usage:

SELECT c1 FROM db1.t2 INTO OUTFILE 'openmldb://db1.t4' OPTIONS (create_if_not_exists=true, mode='append')

@tobegit3hub tobegit3hub self-assigned this Nov 21, 2023
@github-actions github-actions bot added the batch-engine openmldb batch(offline) engine label Nov 21, 2023
Copy link

codecov bot commented Nov 21, 2023

Codecov Report

Attention: 20 lines in your changes are missing coverage. Please review.

Comparison is base (72f752b) 40.20% compared to head (2fbc832) 74.97%.
Report is 3 commits behind head on main.

Files Patch % Lines
...paradigm/openmldb/batch/nodes/SelectIntoPlan.scala 8.33% 11 Missing ⚠️
..._4paradigm/openmldb/batch/utils/HybridseUtil.scala 38.46% 8 Missing ⚠️
...adigm/openmldb/batch/utils/OpenmldbTableUtil.scala 0.00% 1 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##               main    #3616       +/-   ##
=============================================
+ Coverage     40.20%   74.97%   +34.76%     
  Complexity      640      640               
=============================================
  Files           191      724      +533     
  Lines         11209   130383   +119174     
  Branches       1318     1325        +7     
=============================================
+ Hits           4507    97749    +93242     
- Misses         6409    32341    +25932     
  Partials        293      293               

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

@tobegit3hub tobegit3hub merged commit 6e68677 into 4paradigm:main Nov 28, 2023
20 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
batch-engine openmldb batch(offline) engine
Projects
None yet
Development

Successfully merging this pull request may close these issues.

select into outfile support openmldb online tables
3 participants