liyafan82 commented on a change in pull request #11073:
URL: https://github.com/apache/arrow/pull/11073#discussion_r702743146
##########
File path:
java/vector/src/test/java/org/apache/arrow/vector/types/pojo/TestExtensionType.java
##########
@@ -230,6 +236,48 @@ public void roundtripLocation() throws IOException {
}
}
+ @Test
+ public void testVectorCompare() {
+ ExtensionTypeRegistry.register(new UuidType());
Review comment:
nit: can we reuse the `uuidType` object below?
--
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]