Skip to content

Add JSON array path notation support for empty brackets []#100

Merged
kyleconroy merged 1 commit into
mainfrom
claude/fix-next-test-N4iwm
Dec 30, 2025
Merged

Add JSON array path notation support for empty brackets []#100
kyleconroy merged 1 commit into
mainfrom
claude/fix-next-test-N4iwm

Conversation

@kyleconroy
Copy link
Copy Markdown
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.

2 participants