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

Rename windows #208

Merged
merged 2 commits into from Feb 23, 2023
Merged

Rename windows #208

merged 2 commits into from Feb 23, 2023

Conversation

Psykopear
Copy link
Contributor

@Psykopear Psykopear commented Feb 22, 2023

This PR removes the "Config" suffix from all the Windows.
It also renames HoppingWindow to SlidingWindow.

This also closes #173 since we are not going to implement the SlidingWindow as described there, for 2 reasons:

  • We decided to keep the naming of the windows similar to Flink, where SlidingWindow is exactly the Hoppingwindow we had here. See docs
  • The SlidingWindow described in the link has to be emitted every time the window changes, so it can be emitted multiple times, and this is not currently possible in bytewax.

Since I changed the name of existing windows, I also regenerated the apidocs.

@Psykopear Psykopear merged commit 4d61457 into main Feb 23, 2023
@Psykopear Psykopear deleted the rename_windows branch February 23, 2023 10:01
@Psykopear Psykopear mentioned this pull request Feb 23, 2023
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Support sliding window
3 participants