zhztheplayer commented on issue #6430: URL: https://github.com/apache/incubator-gluten/issues/6430#issuecomment-2227941470
Thank you for reporting this. My feeling is C schema's release could be done inside Velox's importing code. See various import code for languages from official Apache Arrow: https://github.com/apache/arrow/blob/57ac40ca23ebcaa4d42ae808137033689d3be9b1/java/c/src/main/java/org/apache/arrow/c/Data.java#L246-L255 https://github.com/apache/arrow/blob/57ac40ca23ebcaa4d42ae808137033689d3be9b1/csharp/src/Apache.Arrow/C/CArrowSchemaImporter.cs#L128C25-L139 They all release the schema after finishing importing. -- 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]
