Skip to content

[pull] trunk from spiceai:trunk#806

Merged
pull[bot] merged 1 commit into
TheRakeshPurohit:trunkfrom
spiceai:trunk
May 5, 2026
Merged

[pull] trunk from spiceai:trunk#806
pull[bot] merged 1 commit into
TheRakeshPurohit:trunkfrom
spiceai:trunk

Conversation

@pull

@pull pull Bot commented May 5, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

…position (#10679)

When a dataset uses JSON schema decomposition (`metadata.json_object: "*"`),
declared columns whose names match the HTTP connector's built-in metadata
fields (`request_path`, `request_query`, `request_body`, `request_headers`,
`content`, `response_status`, `response_headers`, `fetched_at`) are now
populated from the HTTP request/response with their original Arrow types
instead of being decomposed from the JSON body.

This lets queries reference both decomposed body columns and HTTP metadata
on the same dataset (for example filtering on a typed `response_status =
200` or pushing a path filter via `request_path`).

Body keys colliding with a metadata name are dropped (do not shadow the
real HTTP value, do not leak into the catch-all). Declaring the catch-all
column itself with a reserved name is rejected as ambiguous.
@pull pull Bot locked and limited conversation to collaborators May 5, 2026
@pull pull Bot added the ⤵️ pull label May 5, 2026
@pull pull Bot merged commit 147e6e9 into TheRakeshPurohit:trunk May 5, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant