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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
