mapleFU opened a new issue, #41361: URL: https://github.com/apache/arrow/issues/41361
### Describe the enhancement requested When read nested type( for example, `list<list<int>>` ) , from the flamegraph, the bottlenect is `DelimitRecords`. It scan the rep-levels and def-levels, and return the number of records/non-null-values to user.  The bottleneck of this is branching checking, we can optimize this. ### Component(s) C++ -- 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]
