alamb commented on code in PR #7130:
URL: https://github.com/apache/arrow-datafusion/pull/7130#discussion_r1283556449
##########
datafusion/core/src/physical_plan/sorts/stream.rs:
##########
@@ -84,13 +85,16 @@ pub struct RowCursorStream {
column_expressions: Vec<Arc<dyn PhysicalExpr>>,
/// Input streams
streams: FusedStreams,
+ /// Tracks the memory used by `converter`
+ reservation: MemoryReservation,
Review Comment:
We observed this to be a key consumer of memory for large dictionary encoded
data
--
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]