paleolimbot opened a new issue, #510: URL: https://github.com/apache/arrow-nanoarrow/issues/510
After #507 we have REE support! There are a few places this still needs to be integrated: - Integration tests - R bindings - Python bindings - Potentially a helper for iterating along it or resolving an element out of it (e.g., using a binary search). This might also be combined with a helper for dictionary arrays to help consumers support a wider variety of the new encodings Also, we should review the C++ implementation for more utilities/gotchas/cases we need to ensure validate (or fail to validate) as per https://github.com/apache/arrow-nanoarrow/pull/507#issuecomment-2155325414 https://github.com/apache/arrow/blob/main/cpp/src/arrow/util/ree_util.h and https://github.com/apache/arrow/blob/main/cpp/src/arrow/util/ree_util.cc are good sources to look at. -- 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]
