Add additional data types to unit test macro
- Dominant language
- Rust
- Stars
- 9.3k
- Forks
- 2.4k
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 344
Description
### Is your feature request related to a problem or challenge?
As a follow on to #12846 we should add the remaining data types in arrow.
https://github.com/apache/datafusion/pull/12846/files/9d6c45a26aabde931be58c9bb4606fc377f304df#r1796076896
### Describe the solution you'd like
Add remaining data types or do this upstream in https://github.com/apache/arrow-rs/issues/6553
### Describe alternatives you've considered
None
### Additional context
List of data types:
https://docs.rs/arrow/latest/arrow/datatypes/enum.DataType.html
Contributor guide
Research direction
Start by reviewing the changes in DataFusion #12846 and the linked discussion on arrow-rs #6553, then compare the unit test macro's current coverage with the DataType variants documented by arrow. Done means the remaining applicable data types are covered, either in DataFusion or upstream as the maintainers decide.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100