cudf icon indicating copy to clipboard operation
cudf copied to clipboard

Support polars Datetime with timezone types in cudf_polars

Open mroeschke opened this issue 6 months ago • 1 comments

Description

This PR does not necessarily support Polars expressions that manipulate timezone information but ensure we can consume and return Polars Datetime types with a time_zone.

We'll need to preserve the timezone name in the column_metadata struct in order to pass it to the Arrow schema generated by nanoarrow.

Checklist

  • [ ] I am familiar with the Contributing Guidelines.
  • [ ] New or existing tests cover these changes.
  • [ ] The documentation is up to date with these changes.

mroeschke avatar Jun 12 '25 22:06 mroeschke

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

copy-pr-bot[bot] avatar Jun 12 '25 22:06 copy-pr-bot[bot]

@mroeschke this PR has some test failures that need addressing.

vyasr avatar Jun 24 '25 23:06 vyasr

@mroeschke this PR has some test failures that need addressing.

Yes, I think the Polars unit tests failures will be address once https://github.com/rapidsai/cudf/pull/19193 is merged

mroeschke avatar Jun 25 '25 18:06 mroeschke

@vyasr the failures have been resolved

mroeschke avatar Jun 26 '25 15:06 mroeschke

/merge

mroeschke avatar Jun 30 '25 18:06 mroeschke