FiV0 commented on code in PR #41731:
URL: https://github.com/apache/arrow/pull/41731#discussion_r1606675789
##########
java/vector/src/main/java/org/apache/arrow/vector/complex/impl/UnionExtensionWriter.java:
##########
@@ -0,0 +1,38 @@
+package org.apache.arrow.vector.complex.impl;
+
+import org.apache.arrow.vector.ExtensionTypeVector;
+import org.apache.arrow.vector.types.pojo.Field;
+
+public class UnionExtensionWriter extends AbstractFieldWriter {
Review Comment:
This class is currently more skeleton like as the concrete details of the
`ExtensionWriter` interface will need to be nailed down.
--
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]