Skip to content

fix: refuse a CREATE on a name a table already holds - #479

Merged
robinskil merged 5 commits into
mainfrom
fix/default-table-survives-restart
Sep 9, 2026
Merged

robinskil merged 5 commits into
mainfrom
fix/default-table-survives-restart

fix: refuse a taken name in CREATE EXTERNAL TABLE and CREATE VIEW

7bf8f96
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 7, 2026 in 0s

83.44% (+0.02%) compared to b27e545

View this Pull Request on Codecov

83.44% (+0.02%) compared to b27e545

Details

Codecov Report

❌ Patch coverage is 96.29630% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 83.44%. Comparing base (b27e545) to head (7bf8f96).

Files with missing lines Patch % Lines
...eacon-core/src/schema_persistence/default_table.rs 88.57% 4 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #479      +/-   ##
==========================================
+ Coverage   83.41%   83.44%   +0.02%     
==========================================
  Files         374      375       +1     
  Lines       63237    63334      +97     
==========================================
+ Hits        52749    52848      +99     
+ Misses      10488    10486       -2     
Files with missing lines Coverage Δ
...eacon-db/beacon-core/src/schema_persistence/mod.rs 92.85% <100.00%> (+0.26%) ⬆️
...-db/beacon-core/src/schema_persistence/provider.rs 96.78% <100.00%> (+0.43%) ⬆️
...eacon-db/beacon-core/src/statement_plan/actions.rs 80.32% <100.00%> (+1.06%) ⬆️
...eacon-core/src/statement_plan/materialized_view.rs 92.30% <100.00%> (+1.00%) ⬆️
...acon-db/beacon-core/src/statement_plan/physical.rs 85.68% <100.00%> (+0.06%) ⬆️
...db/beacon-core/src/statement_plan/query_planner.rs 84.21% <ø> (ø)
...eacon-core/src/schema_persistence/default_table.rs 88.57% <88.57%> (ø)

... and 3 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.