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: Support max/min method for Time dtype #19815

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

eitsupi
Copy link
Contributor

@eitsupi eitsupi commented Nov 15, 2024

Suggested by #19494 (comment)

Since there are explicit upper and lower limits for the Time type in the Apache Arrow specification1, it may be useful to call them here.

Footnotes

  1. https://github.com/apache/arrow/blob/e79f65cbd7851a9c4abdde81bf444b6d6b1de1bb/format/Schema.fbs#L258-L275

@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars labels Nov 15, 2024
Copy link

codecov bot commented Nov 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.95%. Comparing base (234810d) to head (a7f8cdf).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19815      +/-   ##
==========================================
- Coverage   78.95%   78.95%   -0.01%     
==========================================
  Files        1561     1561              
  Lines      219913   219921       +8     
  Branches     2471     2471              
==========================================
+ Hits       173643   173644       +1     
- Misses      45702    45709       +7     
  Partials      568      568              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@eitsupi eitsupi force-pushed the max-min-time branch 2 times, most recently from bd66968 to ef67aaf Compare November 23, 2024 04:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants