Skip to content
Merged

Dev #1499

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
77a1966
starting dev
phenobarbital May 9, 2021
eb76b8f
sdd: start FEAT-002 — apache-iceberg-support (7 tasks)
phenobarbital Mar 19, 2026
1e8308f
sdd: complete TASK-001 — Create Pure Python Exception Classes
phenobarbital Mar 19, 2026
4a57872
sdd: add spec for FEAT-003 — migrate-delta-driver
phenobarbital Mar 19, 2026
007fcff
sdd: complete TASK-004 — Iceberg driver scaffold & connection lifecycle
phenobarbital Mar 19, 2026
0fb1b16
sdd: add 4 tasks for FEAT-003 — migrate-delta-driver
phenobarbital Mar 19, 2026
c9e6d98
sdd: complete TASK-002 — Remove Cython Files and Update Build Config …
phenobarbital Mar 19, 2026
19d3a7f
sdd: start TASK-011 — Refactor write() Method with Full delta-rs API …
phenobarbital Mar 19, 2026
6ec5c4c
sdd: complete TASK-005 through TASK-009 — Iceberg namespace, table, r…
phenobarbital Mar 19, 2026
02b0a08
feat(migrate-delta-driver): TASK-011 — Refactor write() with full del…
phenobarbital Mar 19, 2026
e2f0ebf
sdd: complete TASK-011 — Refactor write() Method with Full delta-rs A…
phenobarbital Mar 19, 2026
5639686
sdd: start TASK-012 — Refactor create() to Align with New Write Inter…
phenobarbital Mar 19, 2026
e6821b2
feat(migrate-delta-driver): TASK-012 — Refactor create() to align wit…
phenobarbital Mar 19, 2026
aa3df2e
sdd: complete TASK-012 — Refactor create() to Align with New Write In…
phenobarbital Mar 19, 2026
3c0ef1a
sdd: start TASK-013 — Unit Tests for Refactored Delta Write Interface
phenobarbital Mar 19, 2026
bc549d6
sdd: complete TASK-003 — Write Unit Tests for Exception Hierarchy
phenobarbital Mar 19, 2026
216b008
feat(migrate-delta-driver): TASK-013 — Unit tests for refactored delt…
phenobarbital Mar 20, 2026
f082cff
sdd: complete TASK-013 — Unit Tests for Refactored Delta Write Interface
phenobarbital Mar 20, 2026
44b87c7
sdd: start TASK-014 — Update Delta Example Script
phenobarbital Mar 20, 2026
d0d0bca
feat(migrate-delta-driver): TASK-014 — Update delta example script
phenobarbital Mar 20, 2026
3eb0c8c
sdd: complete TASK-014 — Update Delta Example Script
phenobarbital Mar 20, 2026
fe14333
sdd: update spec status and clean task files
phenobarbital Mar 20, 2026
8732cdd
sdd: merge feat-003 — migrate-delta-driver into dev
phenobarbital Mar 20, 2026
9262edf
sdd: complete TASK-010 — Tests & example script (35/35 passing)
phenobarbital Mar 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .claude/worktrees/feat-001-exception-migration
Submodule feat-001-exception-migration added at 33efff
1 change: 1 addition & 0 deletions .claude/worktrees/feat-002-apache-iceberg-support
Submodule feat-002-apache-iceberg-support added at fa292d
1 change: 1 addition & 0 deletions .claude/worktrees/feat-053-ontological-graph-rag
Submodule feat-053-ontological-graph-rag added at 3f2421
9,776 changes: 9,776 additions & 0 deletions activities.csv

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions asyncdb.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"folders": [
{
"path": "."
}
]
}
Loading