ddupg opened a new pull request, #1303:
URL: https://github.com/apache/arrow-java/pull/1303

   Adds `JsonType` and `JsonVector` for the canonical `arrow.json` extension, 
backed by `Utf8`, `LargeUtf8`, or `Utf8View`.
   
   Includes metadata handling, registration, and vector transfers that preserve 
the extension type. IPC loading and unloading now inspect the underlying vector 
when counting view buffers, so JSON backed by `Utf8View` can round-trip 
correctly.
   
   Tested with `mvn -pl vector -am test` on JDK 17 and bidirectional IPC checks 
with PyArrow 24.0.0 for all three storage types.
   
   Closes #1302.
   


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