Skip to content

Change a setting with SET, not only with a restart - #372

Open
robinskil wants to merge 1 commit into
mainfrom
features/set-config
Open

robinskil wants to merge 1 commit into
mainfrom
features/set-config

Change a setting with SET, not only with a restart

06e6230
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 15, 2026 in 0s

81.43% (+0.37%) compared to 2e2da03

View this Pull Request on Codecov

81.43% (+0.37%) compared to 2e2da03

Details

Codecov Report

❌ Patch coverage is 94.71780% with 73 lines in your changes missing coverage. Please review.
✅ Project coverage is 81.43%. Comparing base (2e2da03) to head (06e6230).

Files with missing lines Patch % Lines
beacon-db/beacon-datafusion-ext/src/settings.rs 93.75% 16 Missing ⚠️
...eacon-db/beacon-core/src/statement_plan/actions.rs 85.07% 10 Missing ⚠️
...acon-db/beacon-core/src/statement_plan/physical.rs 84.37% 10 Missing ⚠️
beacon-db/beacon-core/src/parser/statement.rs 0.00% 9 Missing ⚠️
...eacon-db/beacon-core/src/statement_plan/logical.rs 87.09% 8 Missing ⚠️
beacon-db/beacon-core/src/settings_persistence.rs 95.65% 6 Missing ⚠️
beacon-db/beacon-core/src/runtime_builder.rs 92.95% 5 Missing ⚠️
...eacon-db/beacon-core/src/system_schema/settings.rs 89.18% 4 Missing ⚠️
...acon-db/beacon-core/src/statement_plan/settings.rs 99.13% 2 Missing ⚠️
...-db/beacon-file-formats/beacon-lance/src/config.rs 97.64% 2 Missing ⚠️
... and 1 more
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #372      +/-   ##
==========================================
+ Coverage   81.05%   81.43%   +0.37%     
==========================================
  Files         370      375       +5     
  Lines       57974    59242    +1268     
==========================================
+ Hits        46992    48243    +1251     
- Misses      10982    10999      +17     
Files with missing lines Coverage Δ
beacon-db/beacon-core/src/parser/beacon_parser.rs 95.49% <100.00%> (+0.24%) ⬆️
beacon-db/beacon-core/src/runtime.rs 97.38% <100.00%> (+0.01%) ⬆️
beacon-db/beacon-core/src/settings.rs 100.00% <100.00%> (ø)
beacon-db/beacon-core/src/statement_plan/lower.rs 91.59% <100.00%> (+0.03%) ⬆️
beacon-db/beacon-core/src/statement_plan/mod.rs 81.67% <100.00%> (+4.42%) ⬆️
...db/beacon-core/src/statement_plan/query_planner.rs 84.21% <ø> (ø)
...beacon-core/src/statement_plan/stream_coalescer.rs 97.79% <100.00%> (+0.01%) ⬆️
beacon-db/beacon-core/src/system_schema/mod.rs 82.53% <100.00%> (+0.87%) ⬆️
beacon-db/beacon-datafusion-ext/src/nd/mod.rs 97.88% <100.00%> (+0.17%) ⬆️
...eacon-db/beacon-datafusion-ext/src/nd/optimizer.rs 92.23% <100.00%> (+5.11%) ⬆️
... and 21 more
🚀 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.