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
#5292 will add support for unsigned types in libcudf columns.
The Parquet reader and writers code will need to be updated to support these new types: UINT8, UINT16, UINT32, and UINT64.
#5292 will add support for unsigned types in libcudf columns.
The Parquet reader and writers code will need to be updated to support these new types: UINT8, UINT16, UINT32, and UINT64.
https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#numeric-types
The text was updated successfully, but these errors were encountered: