paleolimbot commented on issue #2068: URL: https://github.com/apache/arrow-adbc/issues/2068#issuecomment-2276275684
Thanks for reporting! This is probably because we don't explicitly handle JSON or JSONB, and so we're returning whatever Postgres does for COPY/binary output. I'm not sure why it gives the extra byte at the beginning, but we probably just need to add a specific handler for those cases. https://github.com/apache/arrow-adbc/blob/3168e091d2b80c3af3fe697681fd3e437e52e090/c/driver/postgresql/copy/reader.h#L770-L778 -- 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]
