Skip to content

refactor: implement runtime-owned table DDL - #925

Merged
jiangzhe merged 2 commits into
mainfrom
runtime-table-ddl
Aug 2, 2026
Merged

refactor: implement runtime-owned table DDL#925
jiangzhe merged 2 commits into
mainfrom
runtime-table-ddl

fix issues and resolve task

8248def
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 2, 2026 in 0s

93.32% (+0.04%) compared to f97c320

View this Pull Request on Codecov

93.32% (+0.04%) compared to f97c320

Details

Codecov Report

❌ Patch coverage is 94.60610% with 76 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.32%. Comparing base (f97c320) to head (8248def).

Files with missing lines Patch % Lines
doradb-storage/src/catalog/table.rs 94.76% 41 Missing ⚠️
doradb-storage/src/session.rs 93.67% 16 Missing ⚠️
doradb-storage/src/runtime/mandatory.rs 91.05% 11 Missing ⚠️
doradb-storage/src/trx/mod.rs 94.52% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #925      +/-   ##
==========================================
+ Coverage   93.27%   93.32%   +0.04%     
==========================================
  Files         148      148              
  Lines      123127   123953     +826     
==========================================
+ Hits       114845   115677     +832     
+ Misses       8282     8276       -6     

☔ View full report in Codecov by Harness.
📢 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.