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

feat: add json_path_match udf #4864

Merged
merged 8 commits into from
Oct 25, 2024
Merged

Commits on Oct 22, 2024

  1. add json_path_match udf

    Kev1n8 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    06d58d0 View commit details
    Browse the repository at this point in the history
  2. sql tests for json_path_match

    Kev1n8 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    0f75271 View commit details
    Browse the repository at this point in the history
  3. fix clippy & comment

    Kev1n8 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7d6fa26 View commit details
    Browse the repository at this point in the history
  4. fix null value behavior

    Kev1n8 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    5c62471 View commit details
    Browse the repository at this point in the history
  5. added null tests

    Kev1n8 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    5ad2440 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    bbc92d9 View commit details
    Browse the repository at this point in the history
  2. update test cases

    Kev1n8 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    0c3c671 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. fix null check of json

    Kev1n8 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    49e4e05 View commit details
    Browse the repository at this point in the history