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

   Just spotted this and thought I'd leave some thoughts on how to do this (for 
me or the next person that gets here!):
   
   We have support for the other direction (Postgres Array to List), and I 
don't think it is too hard to reverse engineer that:
   
   
https://github.com/apache/arrow-adbc/blob/573c1130f3f2e8ecb6800d904545d34ff53c0cf8/c/driver/postgresql/copy/reader.h#L446-L532
   
   ...some test data that could be used to write a test:
   
   
https://github.com/apache/arrow-adbc/blob/573c1130f3f2e8ecb6800d904545d34ff53c0cf8/c/driver/postgresql/copy/postgres_copy_test_common.h#L129-L140
   
   ...the test for the read direction:
   
   
https://github.com/apache/arrow-adbc/blob/573c1130f3f2e8ecb6800d904545d34ff53c0cf8/c/driver/postgresql/copy/reader.h#L446-L532


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