You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a tracking epic to properly support Unsigned Integer Types.
DataFusion has fairly robust support for signed types like Int32, Int64, etc. #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; #3325
Here are a list of items we still know of to complete
This is a tracking epic to properly support Unsigned Integer Types.
DataFusion has fairly robust support for signed types like
Int32
,Int64
, etc. #3359 added the ability to refer to unsigned types likeUNSIGNED INT
in SQLThe 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; #3325
Here are a list of items we still know of to complete
The text was updated successfully, but these errors were encountered: