-
Notifications
You must be signed in to change notification settings - Fork 79
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
new sliding window by time function #374
base: master
Are you sure you want to change the base?
Conversation
Dont forget to add tests :D https://github.com/FundingCircle/jackdaw/blob/master/test/jackdaw/streams_test.clj |
@kidpollo I have (finally) added the test. Also looked at my implementation and made some modifications. Let me know what you think |
It doesn't pass the tests. We are getting intermediate values from the windows. Will try suppressing those until the windows close |
@kidpollo This is done, tests are now passing. |
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
@kidpollo Great, thanks! Hope it will get merged too! |
Any updates here? @kidpollo |
Unfortunately I am no longer an FC employee and have no insight on who actually runs this project :P maybe @jbropho ? |
@jbropho Can you review the PR? |
@kidpollo Anyone else you can think of for reviewing the PR? |
Unfortunately no. If you are super eager you could go down the list of contributor, however most dont work for FC. I feel that if this project has enough other users it should be given back to the community. Easy said ... |
Implemented sliding window functionality