-
Couldn't load subscription status.
- Fork 1k
Closed as not planned
Labels
development-processRelated to development process of arrow-rsRelated to development process of arrow-rsenhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelog
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I'd like to call as_datetime::<DataType::Interval~> to address apache/datafusion#7097.
Is it possible to return Some(~), not None?:
| DataType::Interval(_) => None, |
Also, is it possible to uncomment the following lines?:
arrow-rs/arrow-array/src/types.rs
Lines 299 to 301 in 03d0505
| // impl ArrowTemporalType for IntervalYearMonthType {} | |
| // impl ArrowTemporalType for IntervalDayTimeType {} | |
| // impl ArrowTemporalType for IntervalMonthDayNanoType {} |
Describe the solution you'd like
Describe alternatives you've considered
Additional context
Metadata
Metadata
Assignees
Labels
development-processRelated to development process of arrow-rsRelated to development process of arrow-rsenhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelog