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

fix(agg): fix first_value and last_value to not ignore NULLs #19275

Closed
wants to merge 7 commits into from

Commits on Nov 6, 2024

  1. fix first_value and last_value to not ignore NULLs

    Signed-off-by: Richard Chien <stdrc@outlook.com>
    stdrc committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    51117b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. move first_value and last_value to separate source file

    Signed-off-by: Richard Chien <stdrc@outlook.com>
    stdrc committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    cab406b View commit details
    Browse the repository at this point in the history
  2. fix empty argument #[aggregate] generation

    Signed-off-by: Richard Chien <stdrc@outlook.com>
    stdrc committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    53e79a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. support shortcurcuit_if macro argument

    Signed-off-by: Richard Chien <stdrc@outlook.com>
    stdrc committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    50eeefb View commit details
    Browse the repository at this point in the history
  2. use shortcurcuit_if for first_value

    Signed-off-by: Richard Chien <stdrc@outlook.com>
    stdrc committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    0e2130e View commit details
    Browse the repository at this point in the history
  3. todo

    Signed-off-by: Richard Chien <stdrc@outlook.com>
    stdrc committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    e515b2e View commit details
    Browse the repository at this point in the history
  4. fix typo

    Signed-off-by: Richard Chien <stdrc@outlook.com>
    stdrc committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    14766f2 View commit details
    Browse the repository at this point in the history