alamb opened a new issue, #3609: URL: https://github.com/apache/arrow-datafusion/issues/3609
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** As noted by @yjshen in https://github.com/apache/arrow-datafusion/pull/3386/files#r966573456, https://github.com/apache/arrow-datafusion/pull/3386 switches DataFusion to use a faster comparison method, but does not update the used memory calculation. **Describe the solution you'd like** We need to track the total memory used by all cursors since the cursor now holds Rows. **Describe alternatives you've considered** N/A **Additional context** See above -- 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]
