Skip to content

Fix min/max with datetimes with timezones#220

Merged
kylebarron merged 3 commits intomainfrom
kyle/fix-min-max-datetime-timezone
Oct 7, 2024
Merged

Fix min/max with datetimes with timezones#220
kylebarron merged 3 commits intomainfrom
kyle/fix-min-max-datetime-timezone

Conversation

@kylebarron
Copy link
Copy Markdown
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
@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