matrixone
matrixone copied to clipboard
[Bug]: json_extract jsonpath return array null value
Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
Environment
- Version or commit-id (e.g. v0.1.0 or 8b23a93):
- Hardware parameters:
- OS type:
- Others:
Actual Behavior
MO:

mysql:

Expected Behavior
No response
Steps to Reproduce
select json_extract(' {"af": [1, "2", {"aaf": "bb"}],"eab":"888"} ','$**.f');
Additional information
No response