andygrove closed issue #1448: Native shuffle double allocates memory
URL: https://github.com/apache/datafusion-comet/issues/1448
--
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.
andygrove opened a new issue, #1448:
URL: https://github.com/apache/datafusion-comet/issues/1448
### Describe the bug
As demonstrated in the new unit tests added in
https://github.com/apache/datafusion-comet/pull/1440, native shuffle is double
allocating memory.
```rust