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


##########
java/vector/src/test/java/org/apache/arrow/vector/TestVarCharViewVector.java:
##########
@@ -1451,6 +1455,200 @@ public void 
testSafeOverwriteLongFromALongerLongString() {
     }
   }
 
+  static Stream<Arguments> vectorTypeAndClassProvider() {

Review Comment:
   @lidavidm If we take instances, then we have a bit of a hard time 
deallocating memory.  Rather I used the types, is this okay?



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