urvishdesai commented on code in PR #41967:
URL: https://github.com/apache/arrow/pull/41967#discussion_r1631711855
##########
java/c/src/main/java/org/apache/arrow/c/Format.java:
##########
@@ -212,6 +212,10 @@ static String asString(ArrowType arrowType) {
}
case Utf8:
return "u";
+ case Utf8View:
+ return "vu";
+ case BinaryView:
+ return "VZ";
Review Comment:
AFAIK the BinaryView format string is lowercase "vz"
--
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]