Skip to content

Commit

Permalink
fix: jmespath function expression not_null() with no args should …
Browse files Browse the repository at this point in the history
…result null instead of invalid-arity error (after fix bug for no-args-function)
  • Loading branch information
Uniplore-X committed Nov 26, 2024
1 parent 0d6eb6a commit 3754070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jmespath/input/compliance/functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@
},
{
"expression": "not_null()",
"error": "invalid-arity"
"result": null
},
{
"comment": "function projection on single arg function",
Expand Down

0 comments on commit 3754070

Please sign in to comment.