-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
area:runtime-httpArea: HTTP runtime bridgeArea: HTTP runtime bridgepriority:p2Priority P2 (medium)Priority P2 (medium)
Milestone
Description
Problem
HttpBridge decodes responses via decodeValueAsync, but never registers an Arrow decoder. When the server returns Arrow-encoded envelopes, callers see Arrow decoder not registered errors even in Node environments where apache-arrow is available. NodeBridge auto-registers; HttpBridge does not.
Evidence
src/runtime/http.ts: no call toautoRegisterArrowDecoderorregisterArrowDecoder.
Acceptance criteria
- Attempt
autoRegisterArrowDecoderduring HttpBridge construction or before first call (Node/Bun only). - Keep behavior safe for browser builds (no hard dependency on
apache-arrow). - Add tests for Node runtime where Arrow is available and for browser builds where it is not.
Metadata
Metadata
Assignees
Labels
area:runtime-httpArea: HTTP runtime bridgeArea: HTTP runtime bridgepriority:p2Priority P2 (medium)Priority P2 (medium)