-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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(rust!,python): Extend datetime
expression function with time zone/time unit parameters
#10235
Conversation
9c455e3
to
aae6d58
Compare
Wow! TIL about |
I added this because a lot of our changes break Rust but not Python. Recently, Rust Polars So yes, you can add |
No, the breaking release was already going from 0.30 to 0.31 :) The 0.31.1 release was only an attempt to build the docs. But, I do agree that we must have the breaking changes in the changelog. |
time_zone
and time_unit
args to datetime
expression functiondatetime
expression function with time zone/time unit parameters
aae6d58
to
a13b407
Compare
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.
Nice, no objections!
Closes #7416
Changes:
time_unit
,time_zone
anduse_earliest
arguments to thedatetime
expression functionPaging @MarcoGorelli for a review 😄