h928725721 opened a new issue, #14411: URL: https://github.com/apache/arrow/issues/14411
First of all, thank you for your technical support I have a question about data parsing,for example:  for (FieldVector fieldVector : fieldVectors) { int valueCount = fieldVector.getValueCount(); for (int i = 0; i < valueCount; i++) { } } Two for loops are required to parse the data,If there's a lot of data,The performance is very poor. If there's a better way to parse the data which can help speed up parsing? Looking forward to hearing from you,Thank you very much. -- 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]
