Re: [I] Native shuffle double allocates memory [datafusion-comet]

2025-02-28 Thread via GitHub
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.

[I] Native shuffle double allocates memory [datafusion-comet]

2025-02-25 Thread via GitHub
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