Skip to content

Conversation

@kyleconroy
Copy link
Collaborator

Handle ClickHouse's JSON array path syntax where json.arr[].field
is parsed as an identifier with parts ["json", "arr", ":Array(JSON)", "field"]
rather than as an arrayElement function call.

This fixes all 100 pending statements in the
03553_json_shared_data_advanced_serialization test.

Handle ClickHouse's JSON array path syntax where json.arr[].field
is parsed as an identifier with parts ["json", "arr", ":`Array(JSON)`", "field"]
rather than as an arrayElement function call.

This fixes all 100 pending statements in the
03553_json_shared_data_advanced_serialization test.
@kyleconroy kyleconroy merged commit 90cb7dc into main Dec 30, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants