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

Aggregation without windows #149

Open
laysakura opened this issue May 18, 2022 · 0 comments
Open

Aggregation without windows #149

laysakura opened this issue May 18, 2022 · 0 comments
Labels
feat New feature or request

Comments

@laysakura
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Lack of triggers.

Describe the solution you'd like

https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/dev/table/sql/queries/group-agg/

For streaming queries, it is important to understand that Flink runs continuous queries that never terminate. Instead, they update their result table according to the updates on its input tables. For the above query, Flink will output an updated count each time a new row is inserted into the Orders table.

Describe alternatives you've considered

Additional context

@laysakura laysakura added the feat New feature or request label May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant