-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Cannot access field of JSON object inside tuple #81630
Copy link
Copy link
Closed
Labels
Description
Company or project name
BoundaryML
Describe what's wrong
I'm having issues trying to access a field of a JSON element in a tuple, and I think it's a bug in the clickhouse sql interpreter treating a JsonValue.key_path as a tupleElement(key_path, JsonValue) instead of a json path access.
Does it reproduce on the most recent release?
Yes
How to reproduce
Expected behavior
No response
Error message and/or stacktrace
No response
Additional context
Is this an actual bug? If so, is there a possible workaround?
Reactions are currently unavailable