-
Notifications
You must be signed in to change notification settings - Fork 126
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
Support time
dtype
#487
Support time
dtype
#487
Conversation
sasikumar87
commented
Jan 27, 2023
- I'm new to rust, pls help me to find the cause of the failing tests.
- What existing Series functions can support time dtype ?
I would look at where Date and DateTime are supported. :) It is probably going to be a subset of that. :) |
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.
I added two points related to the same thing.
I cannot understand yet why it's getting an error.
But mostly the code looks good!
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!
The only thing I would suggest is to add more tests to the series_test.exs
file. We are lacking some tests there, because in the past we rely only on doctests. But now we want to have a better test suite.
This could be in another PR, but would be cool if you could add tests to the functions you changed (like min/max/cummulative_min, etc).
Let's add the tests now so we build on the practice of adding more tests. Can you please do that @sasikumar87? thank you ❤️ |
@philss @josevalim sure. I've already added doctests for impacted functions. Should I remove and add them to |
💚 💙 💜 💛 ❤️ |
@sasikumar87 please keep both. |
Keep both please! I thought this was good to merge but the improved coverage will be welcome! ❤️ |
Implement ResourceArc::make_binary