Skip to content

Comments

feat: support select outfile to openmldb online tables#3616

Merged
tobegit3hub merged 3 commits into4paradigm:mainfrom
tobegit3hub:feat/support_select_outfile_to_openmldb_online_tables
Nov 28, 2023
Merged

feat: support select outfile to openmldb online tables#3616
tobegit3hub merged 3 commits into4paradigm:mainfrom
tobegit3hub:feat/support_select_outfile_to_openmldb_online_tables

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
@codecov
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
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