Skip to content

Commit 8533d72

Browse files
dfa1claude
andcommitted
docs(adr): mark 0018 (Calcite adapter) Accepted — implemented on main
The calcite/ module (VortexSchema/Table/Aggregates + push-down rule) is built and tested on main; the decision is adopted, so Status moves Proposed → Accepted. Refresh the stale 'prototype branch' wording to point at the landed module. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 424a435 commit 8533d72

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

docs/adr/0018-calcite-sql-adapter.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# ADR 0018: Apache Calcite SQL adapter — be a push-down source, not an engine
22

3-
- **Status:** Proposed
3+
- **Status:** Accepted — Phases 0–2 (schema/scan, filter + projection push-down, MIN/MAX/COUNT
4+
aggregate push-down) implemented in the `calcite/` module; SUM/AVG push-down pending
45
- **Date:** 2026-06-24
56
- **Deciders:** project maintainer
67
- **Supersedes:**
@@ -98,7 +99,7 @@ Phased productionisation:
9899
`MIN`/`MAX`/`COUNT` work now; `SUM`/`AVG` need the writer to emit a per-zone `SUM` stat first
99100
(ADR 0013 §6 — the same increment that also wants `NULL_COUNT`).
100101

101-
### Prototype status (branch `feat/vortex-calcite-demo`)
102+
### Implementation status (landed in the `calcite/` module)
102103

103104
Phases 0–2 are implemented and tested:
104105

docs/adr/ADR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ the decision shipped in (blank = not yet shipped).
3232
| 0015 | Drop Materialized fallbacks once Lazy has shipped | Accepted | 0.8.0 |
3333
| 0016 | vortex-arrow bridge module for Arrow interop | Proposed | |
3434
| 0017 | In-house FlatBuffers codegen + MemorySegment runtime | Accepted | |
35-
| 0018 | Apache Calcite SQL adapter — push-down source | Proposed | |
35+
| 0018 | Apache Calcite SQL adapter — push-down source | Accepted | |

0 commit comments

Comments
 (0)