davisusanibar opened a new issue, #37728:
URL: https://github.com/apache/arrow/issues/37728

   ### Describe the enhancement requested
   
   Use an Iterator/Iterable/Stream to provide objects into a Java Collection 
and use it for standard assertions.
   
   Improve this method of comparing values of Vector Value objects, for example:
   
   ```
           
assertTrue(reader.getVectorSchemaRoot().getVector("id").toString().equals("[19, 
1, 11]"));
           assertTrue(reader.getVectorSchemaRoot().getVector("name").toString()
               .equals("[value_19, value_1, value_11]"));
   ```
   
   ### Component(s)
   
   Java


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to