vibhatha commented on code in PR #41731:
URL: https://github.com/apache/arrow/pull/41731#discussion_r1609949191
##########
java/vector/src/test/java/org/apache/arrow/vector/types/pojo/TestExtensionType.java:
##########
@@ -342,6 +347,34 @@ public void set(int index, UUID uuid) {
bb.putLong(uuid.getLeastSignificantBits());
getUnderlyingVector().set(index, bb.array());
}
+
+ @Override
+ public TransferPair makeTransferPair(ValueVector to) {
Review Comment:
Seems to be fine, let's get this one working and further evaluate.
--
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]