Skip to content

Conversation

wecharyu
Copy link
Contributor

What changes were proposed in this pull request?

Collapse the nested GetJsonObject(GetJsonObject(col, '$.a'), '$.b') to one with combined json path:
GetJsonObject(col, '$.a.b').

Why are the changes needed?

Avoid parsing json multi times to improve performance.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Added unit tests.

Was this patch authored or co-authored using generative AI tooling?

No.

@github-actions github-actions bot added the SQL label Sep 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant