lidavidm commented on issue #1704:
URL: https://github.com/apache/arrow-adbc/issues/1704#issuecomment-2602428796

   The canonical serialization format is technically the IPC binary format, 
it's just not readable for this sort of application. FWIW I went and looked at 
the proposed approach of using the JSON flatbuffers serialization just now but 
it is basically only supported in the C++ implementation which sort of defeats 
the point. (Unless we go and spend a bunch of time to upstream things first 
which may or may not even get accepted.)
   
   @zeroshade I think we discussed the possibility of using xDBC-style `GetFoo` 
methods when defining the async versions of APIs? (~generally, using the async 
versions of APIs to do a 'v2' of any APIs that don't work well). But maybe this 
creates more complication than it is worth.


-- 
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]

Reply via email to