pitrou commented on issue #11239: URL: https://github.com/apache/arrow/issues/11239#issuecomment-1055443670
It's referred to as the Arrow IPC format. `pa.serialize` is built partially on top of the IPC format, but the IPC format isn't going away. Note that if you receive untrusted data over IPC, you should validate it before doing anything else (call `array.validate(full=True)` for example in Python). -- 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]
