Summary
Follow-on child slice for #1046: expose public schema/Arrow boundary APIs for plottable workflows, backed by existing internal IR bridge semantics.
Parent
Goal
Promote schema/Arrow conversion and enforcement to stable public APIs for practical data IO workflows.
In scope
- Public API(s) to convert public schema objects to/from Arrow schema
- Public Plottable boundary hooks for schema enforcement/coercion on Arrow import/export
- Explicit strict/widen coercion semantics and confidence metadata behavior
- Regression tests for round-trip stability and coercion behavior
Out of scope
- Non-Arrow storage backends
- Full inference implementation (tracked separately)
Acceptance
- Public schema↔Arrow conversion API is stable and documented.
- Plottable boundary schema enforcement/coercion is test-covered.
- Strict vs widen modes are deterministic and explicitly documented.
- Existing behavior is preserved unless explicitly versioned/migration-noted.
- CHANGELOG/docs include user-facing recipes.
Related
Summary
Follow-on child slice for #1046: expose public schema/Arrow boundary APIs for plottable workflows, backed by existing internal IR bridge semantics.
Parent
Goal
Promote schema/Arrow conversion and enforcement to stable public APIs for practical data IO workflows.
In scope
Out of scope
Acceptance
Related