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

[Bug] Incorrect retract behavior for FieldProductAgg #4822

Open
2 tasks done
xiangyuf opened this issue Jan 2, 2025 · 0 comments
Open
2 tasks done

[Bug] Incorrect retract behavior for FieldProductAgg #4822

xiangyuf opened this issue Jan 2, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@xiangyuf
Copy link
Contributor

xiangyuf commented Jan 2, 2025

Search before asking

  • I searched in the issues and found nothing similar.

Paimon version

master

Compute Engine

Paimon Core

Minimal reproduce step

assertThat(fieldProductAgg.retract(null, 5)).isEqualTo(5);

What doesn't meet your expectations?

If a null ProductAgg field receives retract message, it should return a null value or a 1/retract value.

Anything else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!
@xiangyuf xiangyuf added the bug Something isn't working label Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant