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 embedded UDAF as window function #18632

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Sep 23, 2024

  1. introduce proto AggType message

    Signed-off-by: Richard Chien <stdrc@outlook.com>
    stdrc committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3b81f47 View commit details
    Browse the repository at this point in the history
  2. improve pb conversion

    Signed-off-by: Richard Chien <stdrc@outlook.com>
    stdrc committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    17a0445 View commit details
    Browse the repository at this point in the history
  3. support create BoxedWindowState for AggType::UserDefined and `Wra…

    …pScalar`
    
    Signed-off-by: Richard Chien <stdrc@outlook.com>
    stdrc committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    cc81eaf View commit details
    Browse the repository at this point in the history
  4. add e2e test for the failed case

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