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
graphforge-api/src/lib.rs contains a stringly interim RecordBatch abstraction used only by tests while the supported pipeline uses Arrow RecordBatch values.
Acceptance criteria
Confirm no supported public consumer depends on the interim type
Delete it or replace remaining test uses with the canonical Arrow/public result contract
No second record-batch vocabulary remains in the API facade
Split from #1020 after architecture review.
Scope
graphforge-api/src/lib.rscontains a stringly interimRecordBatchabstraction used only by tests while the supported pipeline uses ArrowRecordBatchvalues.Acceptance criteria