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

   I think the one thing that tripped me up when I took a look is that the 
array binary format includes the OID of the array elements. On read, we just 
ignore it, but we need to figure out the right OID to use on write (and I think 
none of the other writers need to care about OID).
   
   It's possible Postgres ignores it too, though! Didn't test.


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