viirya opened a new issue, #1048: URL: https://github.com/apache/datafusion-comet/issues/1048
### Describe the bug We have refactored Arrow Array and Schema allocation for Comet execution before. Based on Arrow C Data interface spec, the two structures should be allocated by the consumer. Another place we incorrectly allocate them is in ColumnReader and MetadataColumnReader. Previously the incorrect allocation caused a few strange errors. We should refactor the allocation in ColumnReader and MetadataColumnReader too. ### Steps to reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_ -- 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]
