update data type equality in code base to use semantic_equality in `arrow-rs/arrow-schema` instead
Open
good first issue
- Dominant language
- Rust
- Stars
- 9.3k
- Forks
- 2.4k
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 344
Description
context
- https://github.com/apache/arrow-rs/issues/3199
- https://github.com/apache/arrow-rs/pull/10902
once https://github.com/apache/arrow-rs/pull/10902 (arrow-rs v60.0.0) is merged update call sites in DataFusion to use the new `equal_datatypes` instead of custom logic.
know callsites
- https://github.com/apache/datafusion/pull/4347
- https://github.com/apache/datafusion/pull/4233
Contributor guide
Assessment
This issue has not been assessed yet.