mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-08 06:12:55 +00:00
* fix: result of nulls * update test result * fix null behaviors, add null tests * update NULL tests * error handler when parsing json_path * change the logic to: items' datatype in the input arrays are all the same. * remove a comment * refactor: better logic * drop unnecessary err check * added an error test case