alexbaden commented on pull request #7263: URL: https://github.com/apache/arrow/pull/7263#issuecomment-647623057
I'd be interested in trying to add it into the record batch stream reader -- the idea being you could send both CPU data and GPU data pointers in a single serialized object with a single call. We could then replace this code https://github.com/omnisci/pymapd/blob/91520f021b2a92cc2a6affeb0e5084641e0637d7/pymapd/_parsers.py#L200 with roughly a single call. I'm more comfortable in C++ so I might try it there, first (replacing this code: https://github.com/omnisci/omniscidb/blob/a84b42d324af2f4406abaaf83c465ce11c6039ab/Tests/ArrowIpcIntegrationTest.cpp#L378) ---------------------------------------------------------------- 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]
