H0TB0X420 commented on issue #1227: URL: https://github.com/apache/datafusion-python/issues/1227#issuecomment-3339768786
I'm hitting a compatibility issue implementing PyCapsule support with pyo3-arrow. The issue is pyo3-arrow requires the buffer protocol, which isn't available in pyo3's stable ABI (abi3) for Python <3.11. datafusion-python currently uses abi3-py39. The error: buffer module is gated behind `#![cfg(any(not(Py_LIMITED_API), Py_3_11))]` How would you recommend tackling 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. 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]
