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 truncate table statement #3542

Merged
merged 11 commits into from
Nov 15, 2023
Merged

Conversation

dl239
Copy link
Collaborator

@dl239 dl239 commented Oct 8, 2023

close #859

@github-actions github-actions bot added the execute-engine hybridse sql engine label Oct 8, 2023
@codecov
Copy link

codecov bot commented Oct 8, 2023

Codecov Report

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

Comparison is base (825d155) 75.33% compared to head (c137523) 75.30%.

Files Patch % Lines
src/sdk/interactive.h 9.80% 46 Missing ⚠️
src/tablet/tablet_impl.cc 57.50% 34 Missing ⚠️
src/nameserver/name_server_impl.cc 50.84% 29 Missing ⚠️
src/storage/mem_table_snapshot.cc 70.37% 8 Missing ⚠️
src/sdk/sql_cluster_router.cc 69.56% 7 Missing ⚠️
src/storage/disk_table.cc 87.87% 4 Missing ⚠️
src/client/tablet_client.cc 80.00% 2 Missing ⚠️
hybridse/src/node/sql_node.cc 0.00% 1 Missing ⚠️
src/client/ns_client.cc 88.88% 1 Missing ⚠️
src/storage/aggregator.h 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #3542      +/-   ##
============================================
- Coverage     75.33%   75.30%   -0.04%     
  Complexity      635      635              
============================================
  Files           727      728       +1     
  Lines        130673   131002     +329     
  Branches       1317     1317              
============================================
+ Hits          98446    98650     +204     
- Misses        31936    32061     +125     
  Partials        291      291              

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

@github-actions github-actions bot added the storage-engine openmldb storage engine. nameserver & tablet label Oct 9, 2023
@dl239 dl239 marked this pull request as ready for review October 17, 2023 09:52
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Oct 20, 2023
@dl239 dl239 merged commit 5731b2b into 4paradigm:main Nov 15, 2023
28 of 30 checks passed
@dl239 dl239 deleted the feat/truncate branch November 15, 2023 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation execute-engine hybridse sql engine storage-engine openmldb storage engine. nameserver & tablet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support truncate command
3 participants