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
Rename helper to json_field_metadata and move to common_union
`is_json_metadata()` was ambiguous about direction (check vs. mark).
The helper is a constructor of metadata that marks a field as containing
JSON-encoded data. Renaming to `json_field_metadata()` makes that
unambiguous and stays correct if more keys (e.g. canonical Arrow
extension keys) are added to the returned map in the future.
Move it to `src/common_union.rs`, which already houses JSON-typing
concerns.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
0 commit comments