[
https://issues.apache.org/jira/browse/CALCITE-3941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chunwei Lei resolved CALCITE-3941.
----------------------------------
Fix Version/s: 1.24.0
Resolution: Fixed
Fixed inÂ
[https://github.com/apache/calcite/commit/057186d1c462ce06f72ed296d50e2836fe0d35df].
> Add the default strict mode to the path in the Json functions
> -------------------------------------------------------------
>
> Key: CALCITE-3941
> URL: https://issues.apache.org/jira/browse/CALCITE-3941
> Project: Calcite
> Issue Type: Improvement
> Components: core
> Reporter: Forward Xu
> Assignee: Forward Xu
> Priority: Major
> Fix For: 1.24.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Add the default strict mode to the path in the JSON functions.
> before:
> json_exists ('\{"foo": "bar"}', 'lax $ .foo') or
> json_exists ('\{"foo": "bar"}', 'strict $ .foo')
> after:
> json_exists ('\{"foo": "bar"}', '$ .foo')
--
This message was sent by Atlassian Jira
(v8.3.4#803005)