hnasrullakhan commented on issue #44410:
URL: https://github.com/apache/arrow/issues/44410#issuecomment-2415292822

   ```
    List<FieldVector> fieldVectors = vectorSchemaRoot.getFieldVectors();
               for (FieldVector fieldVector : fieldVectors) {
   //                System.out.println("fieldVector value column: "+ 
fieldVector.getValueCount());
                   int fieldVectorValueCount = fieldVector.getValueCount();
                   Field field = fieldVector.getField();
   ```
   
   does this make a copy of field vectors and not update original ?


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