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

Add unit test for streaming aggregator #663

Open
yl-lisen opened this issue Apr 16, 2024 · 1 comment · May be fixed by #682
Open

Add unit test for streaming aggregator #663

yl-lisen opened this issue Apr 16, 2024 · 1 comment · May be fixed by #682
Assignees
Labels
enhancement New feature or request

Comments

@yl-lisen
Copy link
Collaborator

Describe what enhancement you'd like to have

@yl-lisen yl-lisen added the enhancement New feature or request label Apr 16, 2024
@juntao-lei-timeplus
Copy link

juntao-lei-timeplus commented Apr 22, 2024

Cover the following streaming aggregation scenarios:

  • global append-only input,append-only output aggr
  • global append-only input,updates output aggr
  • global append-only input,changelog output aggr
  • global changelog input,append-only output aggr
  • global changelog input,updates output aggr
  • global changelog input,changelog output aggr
  • window append-only input,append-only output aggr
  • window append-only input,updates output aggr

@juntao-lei-timeplus juntao-lei-timeplus linked a pull request Apr 26, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants