We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
master
Paimon Core
assertThat(fieldProductAgg.retract(null, 5)).isEqualTo(5);
If a null ProductAgg field receives retract message, it should return a null value or a 1/retract value.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Search before asking
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?
The text was updated successfully, but these errors were encountered: