wesm opened a new pull request #7659: URL: https://github.com/apache/arrow/pull/7659
Summary of places where changes were needed: * Add to integration tests. uint64 does not work in JavaScript so this is disabled temporarily (NEEDS TICKET) * Support in DictionaryArray::GetValueIndex, Transpose, FromArrays * Support in C interface implementation * Support in IPC read/write * Relax checks in DictionaryType argument validation * Add unsigned int support to internal::TransposeInts * Support in Parquet direct dictionary encoding (`PutIndices`) Converting to pandas from unsigned indices is disabled (raises exception). That turned out to be somewhat involved because of how nulls are handled (pandas only accepts signed integers), so think we should deal with this as follow up (NEEDS TICKET). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
