You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define and implement the Arrow/type bridge surface for GFQL native types, including explicit coercion/confidence semantics at export/import boundaries.
Scope
In scope:
Establish contract for to_arrow / from_arrow typed schema interchange points
Define coercion behavior (widening/narrowing/nullability interactions) and confidence metadata semantics
Add regression tests for representative node/edge/property type combinations across pandas/cudf pathways where applicable
Out of scope:
Strict-mode binder rule changes (T2)
Core metadata propagation mechanics (T3/T3.b)
Acceptance
Arrow bridge contract is documented in code/docs with deterministic semantics.
Round-trip and boundary tests cover coercion + nullability behavior.
No regressions in existing GFQL/Cypher execution behavior.
Summary
Execution slice T4 under #1262 / #1046.
Define and implement the Arrow/type bridge surface for GFQL native types, including explicit coercion/confidence semantics at export/import boundaries.
Scope
In scope:
to_arrow/from_arrowtyped schema interchange pointsOut of scope:
Acceptance
Related