zeevm commented on PR #4376: URL: https://github.com/apache/arrow-rs/pull/4376#issuecomment-1639980948
@tustvold the new read_records() api returns the tuple (total_records_read, total_values_read, total_levels_read) What's the purpose of total_levels_read? this will be either 0 is max def levels is 0, otherwise it should be the same as total_records_read, shouldn't it? -- 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]
