paleolimbot opened a new pull request, #2072:
URL: https://github.com/apache/arrow-adbc/pull/2072

   This PR adds support for JSON and JSONB types. Before this PR, the raw COPY 
was returned: for JSON, this would have been the bytes of a the JSON string. 
For JSONB, this would have been the bytes of the JSON string prefixed by 
`0x01`, which is the one and only version number of tthe JSONB COPY binary 
format.
   
   The testing here is a bit repetitive...we could definitely improve on 
reducing duplication in the test cases 😬 .
   
   Closes #2068.


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