You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "ssvendsen (via GitHub)" <gi...@apache.org> on 2023/06/14 08:41:29 UTC

[GitHub] [arrow] ssvendsen commented on issue #34699: [Java] VectorSchemaRoot convertion into ArrowArrayStream

ssvendsen commented on issue #34699:
URL: https://github.com/apache/arrow/issues/34699#issuecomment-1590745970

   To help with my understanding: In the referred RootArrowReader, is there a reason why a new VectorLoader is created in loadNextBatch() at [line 52](https://github.com/apache/arrow-adbc/blob/main/java/driver/flight-sql/src/main/java/org/apache/arrow/adbc/driver/flightsql/RootArrowReader.java#LL52C46-L52C46)? 
   Would it not work to just call loadRecordBatch to let the VectorLoader of the parent ArrowReader handle the loading? 
   


-- 
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: github-unsubscribe@arrow.apache.org

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