-
Notifications
You must be signed in to change notification settings - Fork 915
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
Expose stream parameter to public rolling APIs #15865
Expose stream parameter to public rolling APIs #15865
Conversation
/okay to test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, LGTM. Thanks for making this change, @srinivasyadav18.
(Edit: Fixed the @.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@srinivasyadav18 could you take a look at the failing tests here? |
Nice find! |
4e5e4a8
to
7b6dab0
Compare
range_window_bounds API functions uses scalars internally, which should also the same stream parameter. Signed-off-by: srinivasyadav18 <[email protected]>
7b6dab0
to
88af8b4
Compare
/merge |
Description
Add stream parameter to public rolling APIs.
rolling()
grouped_rolling_window()
grouped_time_range_rolling_window()
grouped_range_rolling_window()
Checklist