lidavidm commented on code in PR #41066:
URL: https://github.com/apache/arrow/pull/41066#discussion_r1556638624


##########
java/vector/src/test/java/org/apache/arrow/vector/TestSplitAndTransfer.java:
##########
@@ -65,21 +66,130 @@ private void populateVarcharVector(final VarCharVector 
vector, int valueCount, S
     }
     vector.setValueCount(valueCount);
   }
-  
+
+  private void pupulateIntVector(final IntVector vector, int valueCount) {

Review Comment:
   ```suggestion
     private void populateIntVector(final IntVector vector, int valueCount) {
   ```
   
   nit



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