urvishdesai commented on code in PR #41967:
URL: https://github.com/apache/arrow/pull/41967#discussion_r1631712425


##########
java/c/src/main/java/org/apache/arrow/c/Format.java:
##########
@@ -291,6 +295,10 @@ static ArrowType asType(String format, long flags)
       case "+m":
         boolean keysSorted = (flags & Flags.ARROW_FLAG_MAP_KEYS_SORTED) != 0;
         return new ArrowType.Map(keysSorted);
+      case "vu":
+        return new ArrowType.Utf8View();
+      case "VZ":

Review Comment:
   Same here. BinaryView format string should be lowercase.



-- 
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]

Reply via email to