drin opened a new pull request, #39836: URL: https://github.com/apache/arrow/pull/39836
This PR is a fresh continuation of https://github.com/apache/arrow/pull/13487 which was closed purely in favor of this one. The reason for this is that the other PR carried a lot of "development burden" in the form of a long commit history. This fresh version maintains the current state of the code in much fewer commits with a cleaner history. Hopefully this PR will allow others to finish what I started (if I don't finish this first). The changes still required is to add functional mechanisms for the following: * A TempVectorStack for local allocation within the kernel * This is necessary to allocate a modified structure of the input data to then be passed to the hashing functions * Functional testing of a kernel that can handle a nested structure (e.g. a List[List[utf-8]]). -- 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]
