-
Notifications
You must be signed in to change notification settings - Fork 334
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
feat: schedule_job
and interval
#231
Conversation
Codecov Report
@@ Coverage Diff @@
## poc/python-udf #231 +/- ##
==================================================
+ Coverage 78.67% 82.77% +4.10%
==================================================
Files 161 269 +108
Lines 8053 21131 +13078
==================================================
+ Hits 6336 17492 +11156
- Misses 1717 3639 +1922
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@discord9 test failure |
failures:
|
Ok, i will re-run the test. But please pay attention to the PR status if you want other people review it. |
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
std::time::Duration
interval
which take a time array and a data array, apply a function on data array group by certain duration of time array and return function results as a PyVector, also add it in python side mock module.prev
now return None for the first element in vector