vibhatha commented on code in PR #40340:
URL: https://github.com/apache/arrow/pull/40340#discussion_r1555120227
##########
java/vector/src/test/java/org/apache/arrow/vector/TestValueVector.java:
##########
@@ -2393,6 +2561,48 @@ public void testSetInitialCapacity() {
}
}
+ @Test /* ViewVarCharVector */
+ public void testSetInitialCapacityInViews() {
Review Comment:
@lidavidm I have a few doubts about this test case, appreciate a closer
look.
The allocation behavior for views and non-views are a bit different since we
have the 16bytes offset.
--
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]