Skip to content
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(polars): add TimeFromHMS op #10635

Merged
merged 1 commit into from
Dec 31, 2024

Conversation

IndexSeek
Copy link
Member

Description of changes

Adds ops.TimeFromHMS support for the Polars backend using pl.time.

I tried adding this to the _date_methods and even _binops dictionaries, but it
wasn't taking, so I split out a new function.

@cpcloud cpcloud added feature Features or general enhancements polars The polars backend labels Dec 31, 2024
@cpcloud cpcloud added this to the 10.0 milestone Dec 31, 2024
Copy link
Member

@cpcloud cpcloud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@cpcloud cpcloud added the timestamps Issues related to the timestamp API label Dec 31, 2024
@cpcloud cpcloud enabled auto-merge (squash) December 31, 2024 13:57
@github-actions github-actions bot added the tests Issues or PRs related to tests label Dec 31, 2024
@cpcloud
Copy link
Member

cpcloud commented Dec 31, 2024

The MS SQL failure looks transient. I'll kick it off again once the other jobs finish.

@cpcloud cpcloud merged commit ff885fb into ibis-project:main Dec 31, 2024
92 of 93 checks passed
@IndexSeek IndexSeek deleted the polars-TimeFromHMS branch December 31, 2024 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Features or general enhancements polars The polars backend tests Issues or PRs related to tests timestamps Issues related to the timestamp API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants