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

Change array_agg to return null on no input rather than empty list #11299

Merged
merged 13 commits into from
Jul 10, 2024

Commits on Jul 6, 2024

  1. change array agg semantic for empty result

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    8e67fcc View commit details
    Browse the repository at this point in the history
  2. return null

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    13aaf09 View commit details
    Browse the repository at this point in the history
  3. fix test

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    8d57ae8 View commit details
    Browse the repository at this point in the history
  4. fix order sensitive

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    b4747a4 View commit details
    Browse the repository at this point in the history
  5. fix test

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    7e23569 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. add more test

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    b4ab126 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    362bd6a View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. fix null

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    81b8cb6 View commit details
    Browse the repository at this point in the history
  2. fix multi-phase case

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    248c0ee View commit details
    Browse the repository at this point in the history
  3. add comment

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    fb8a678 View commit details
    Browse the repository at this point in the history
  4. cleanup

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9fa5e6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    668a0d9 View commit details
    Browse the repository at this point in the history
  6. fix clone

    Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
    jayzhan211 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    701b12a View commit details
    Browse the repository at this point in the history