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

Fix min/max with datetimes with timezones #220

Merged
merged 3 commits into from
Oct 7, 2024

Conversation

kylebarron
Copy link
Owner

@kylebarron kylebarron commented Oct 7, 2024

When doing operations on primitive arrays, there's not a bijection between data types and T: ArrowPrimitiveType. E.g. the timestamp data type can be parameterized by a time zone, but the PrimitiveBuilder<T> doesn't know what that time zone was, so we need to ensure we add the timezone back on.

@kylebarron kylebarron enabled auto-merge (squash) October 7, 2024 15:14
@kylebarron kylebarron merged commit dc5d66e into main Oct 7, 2024
4 checks passed
@kylebarron kylebarron deleted the kyle/fix-min-max-datetime-timezone branch October 7, 2024 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant