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

chore: watermark and eventtime in windowing operations #594

Merged
merged 5 commits into from
Mar 15, 2023

Conversation

ashwinidulams
Copy link
Contributor

for window operations today, we use window start time for both eventtime and watermark. with this PR, that will be changed to (window.endtime - millisecond)

Copy link
Member

@vigith vigith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please update the reduce doc too on how we set the end-time of reduced outputs and how to interpret it?

@ashwinidulams
Copy link
Contributor Author

sure will do.

Signed-off-by: ashwinidulams <[email protected]>
docs/user-guide/user-defined-functions/reduce/reduce.md Outdated Show resolved Hide resolved
docs/user-guide/user-defined-functions/reduce/reduce.md Outdated Show resolved Hide resolved
docs/user-guide/user-defined-functions/reduce/reduce.md Outdated Show resolved Hide resolved
docs/user-guide/user-defined-functions/reduce/reduce.md Outdated Show resolved Hide resolved
docs/user-guide/user-defined-functions/reduce/reduce.md Outdated Show resolved Hide resolved
@vigith vigith enabled auto-merge (squash) March 15, 2023 02:28
@ashwinidulams ashwinidulams marked this pull request as draft March 15, 2023 10:37
auto-merge was automatically disabled March 15, 2023 10:37

Pull request was converted to draft

@ashwinidulams ashwinidulams marked this pull request as ready for review March 15, 2023 15:23
@ashwinidulams ashwinidulams merged commit 51903be into numaproj:main Mar 15, 2023
@ashwinidulams ashwinidulams deleted the watermark-time branch March 15, 2023 15:23
whynowy pushed a commit that referenced this pull request Apr 3, 2023
Signed-off-by: ashwinidulams <[email protected]>
Signed-off-by: Vigith Maurice <[email protected]>
Co-authored-by: Vigith Maurice <[email protected]>
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.

3 participants