vibhatha commented on code in PR #44187:
URL: https://github.com/apache/arrow/pull/44187#discussion_r1774873400


##########
java/vector/src/main/java/org/apache/arrow/vector/ViewVarBinaryVector.java:
##########
@@ -131,9 +132,32 @@ public byte[] getObject(int index) {
    * @param index position of an element to get
    * @param holder data holder to be populated by this function
    */
-  public void get(int index, NullableViewVarBinaryHolder holder) {
-    // TODO: https://github.com/apache/arrow/issues/40936
-    throw new UnsupportedOperationException("Unsupported operation");
+  public void get(int index, NullableViewVarCharHolder holder) {

Review Comment:
   This is incorrect? Does this compile?



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