lidavidm commented on issue #3284: URL: https://github.com/apache/arrow-adbc/issues/3284#issuecomment-3222975159
I _think_ the issue is that for _reading_ JSONB values, we parse JSON back out of the Postgres value: it starts with a version number and currently the only version available just gives you the JSON string (hence JSONB optimizes the storage on the server but does not help with data transfer). For binding, though, we need to invert this. We probably need to recognize the canonical JSON extension type and handle that separately. (We may have to inspect the information the server gives us to see whether it's JSON or JSONB. It looks like we don't take advantage of that currently.) -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org