parthchandra opened a new pull request, #1279: URL: https://github.com/apache/datafusion-comet/pull/1279
NativeColumnReader was reading all types into a CometPlainVector which is correct only for primitive types. The PR updates the code to use NativeUtil and follow the same logic as CometExecIterator. This addresses 12 unit test failures involving ColumnarShuffle on struct types. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
