xxlaykxx opened a new pull request, #697: URL: https://github.com/apache/arrow-java/pull/697
Based on changes from https://github.com/apache/arrow/pull/41731. ## What's Changed Added writer ExtensionWriter with 3 methods: - write method for writing values from Extension holders; - writeExtensionType method for writing values (arguments is Object because we don't know exact type); - addExtensionTypeFactory method - because the exact vector and value type are unknown, the user should create their own extension type vector, write for it, and ExtensionTypeFactory, which should map the vector and writer. **This contains breaking changes.** <!-- Remove this line if there are no breaking changes. --> Closes #NNN. -- 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]
