alamb opened a new issue, #3376: URL: https://github.com/apache/arrow-datafusion/issues/3376
This is a tracking epic to properly support Unsigned Integer Types. DataFusion has fairly robust support for signed types like `Int32`, `Int64`, etc. https://github.com/apache/arrow-datafusion/pull/3359 added the ability to refer to unsigned types like `UNSIGNED INT` in SQL The primary rationale for supporting unsigned integers is testing and better integration with the Arrow ecosystem (not, for example, performance). See additional discussion on supporting unsigned types here; https://github.com/apache/arrow-datafusion/issues/3325 Here are a list of items we still know of to complete - [ ] https://github.com/apache/arrow-datafusion/issues/3307 - [ ] https://github.com/apache/arrow-datafusion/issues/3325 - [ ] physical operation (e.g. binary.rs) - [ ] type coercion - [ ] https://github.com/apache/arrow-datafusion/issues/81 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
