> Missing the boolean case? > > But actually, I suspect we can get just rid of `get_type_name`, relying on `T::DATA_TYPE` and the shiny [new](https://github.com/apache/arrow-rs/pull/8290) `impl Display for DataType` instead? > > (that cleanup would probably be a separate PR tho) _Originally posted by @scovich in [#8516](https://github.com/apache/arrow-rs/pull/8516/files#r2392186171)_