• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

gluesql / gluesql / 26679091029
99%

Build:
DEFAULT BRANCH: main
Ran 30 May 2026 08:33AM UTC
Jobs 1
Files 350
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

30 May 2026 08:20AM UTC coverage: 98.131% (-0.002%) from 98.133%
26679091029

push

github

web-flow
Introduce statement execution plans (#1900)

Introduces StatementPlan as the execution-facing representation and starts separating execution metadata from AST.

The main boundary this PR establishes is:

AST represents parsed SQL syntax and storage-facing definitions.
StatementPlan represents the structure consumed by planning and execution.
ast_builder remains a fluent query builder, but its primary build() output is now StatementPlan.
Builder nodes may temporarily hold plan-only metadata, such as hash join executor selection and index selection, but that metadata is emitted only into plan types and is rejected when constructing AST.
The scope is intentionally conservative. This PR keeps most plan structs close to the existing AST shape so the transition stays reviewable. Deeper plan redesigns, such as pipeline/operator nodes, table scan access paths, and projection expansion, are left for follow-up work.

3525 of 3553 new or added lines in 104 files covered. (99.21%)

21 existing lines in 5 files now uncovered.

44368 of 45213 relevant lines covered (98.13%)

75547.19 hits per line

Uncovered Changes

Lines Coverage ∆ File
8
98.2
-1.43% core/src/executor/evaluate.rs
6
91.62
-0.4% core/src/plan/aggregate.rs
5
95.34
0.0% core/src/plan/expr/evaluable.rs
3
0.0
0.0% pkg/python/src/lib.rs
2
96.55
0.14% core/src/plan/planner.rs
1
98.33
0.0% core/src/executor/alter/table.rs
1
98.87
0.64% core/src/plan/join.rs
1
99.7
0.0% core/src/plan/schema.rs
1
97.78
core/src/plan/statement/table_factor.rs

Coverage Regressions

Lines Coverage ∆ File
9
0.0
-92.86% core/src/data/table.rs
5
91.62
-0.4% core/src/plan/aggregate.rs
5
85.83
-3.33% test-suite/src/tester.rs
1
97.44
0.0% core/src/executor/alter/index.rs
1
0.0
0.0% pkg/python/src/lib.rs
Jobs
ID Job ID Ran Files Coverage
1 26679091029.1 30 May 2026 08:33AM UTC 350
98.13
GitHub Action Run
Source Files on build 26679091029
  • Tree
  • List 350
  • Changed 80
  • Source Changed 0
  • Coverage Changed 80
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 6058f70f on github
  • Prev Build on main (#26673781222)
  • Next Build on main (#26679630361)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc