lidavidm opened a new pull request #9812: URL: https://github.com/apache/arrow/pull/9812
Cython generates code using offsetof, support for which is nonstandard on non-POD types. The Cython RecordBatchIterator class directly embedded Iterator, which is non-POD, leading to the warning. Wrap it in a shared_ptr instead to avoid this. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
