Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add customer functions for jmespath #560

Merged
merged 3 commits into from
Nov 26, 2024

Commits on Nov 26, 2024

  1. fix:When there are elements and the sum is indeed zero, there should …

    …be an average value returned instead of a null value.
    Uniplore-X committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    01d09de View commit details
    Browse the repository at this point in the history
  2. feat: add customer functions for jmespath, and fix abort-error bug …

    …for no-args-function by the way.
    Uniplore-X committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    0d6eb6a View commit details
    Browse the repository at this point in the history
  3. fix: jmespath function expression not_null() with no args should …

    …result null instead of invalid-arity error (after fix bug for no-args-function)
    Uniplore-X committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    3754070 View commit details
    Browse the repository at this point in the history