Make TimeUnit
and IntervalUnit
Copy
#5839
Labels
arrow
Changes to the arrow crate
enhancement
Any new improvement worthy of a entry in the changelog
good first issue
Good for newcomers
help wanted
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
The
TimeUnit
andIntervalUnit
types in thearrow-schema
crate are notCopy
, but they are enums with only unit variants, so they should be cheaplyCopy
.Describe the solution you'd like
Derive
Copy
for these types.Describe alternatives you've considered
Can cheaply use clone, which is not the end of the world, but unless there is a reason to keep these types not-
Copy
, this would be an ergonomic improvement.Additional context
N/A.
The text was updated successfully, but these errors were encountered: