Files
Neil Mosafi d78cea5d1e Serialize Trino ROW types as JSON objects with field names (#7644)
Trino ROW (struct) columns were serialized as plain arrays, losing
all field name information. This converts NamedRowTuple values to
dicts using the field name metadata from the trino library, so ROW
fields appear as {"field": value} instead of [value].

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Tsuneo Yoshioka <yoshiokatsuneo@gmail.com>
2026-03-01 00:22:46 +09:00
..
2023-11-21 21:16:29 -05:00