Re: [PR] fix: Quick fix for memory corruption in SortExec queries [datafusion-comet]

2025-08-12 Thread via GitHub
andygrove closed pull request #2132: fix: Quick fix for memory corruption in SortExec queries URL: https://github.com/apache/datafusion-comet/pull/2132 -- 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 t

Re: [PR] fix: Quick fix for memory corruption in SortExec queries [datafusion-comet]

2025-08-12 Thread via GitHub
codecov-commenter commented on PR #2132: URL: https://github.com/apache/datafusion-comet/pull/2132#issuecomment-3180765800 ## [Codecov](https://app.codecov.io/gh/apache/datafusion-comet/pull/2132?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_ca

Re: [PR] fix: Quick fix for memory corruption in SortExec queries [datafusion-comet]

2025-08-12 Thread via GitHub
andygrove commented on PR #2132: URL: https://github.com/apache/datafusion-comet/pull/2132#issuecomment-3180681674 @hsiang-c could you try merging this into your branch to confirm the fix? -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[PR] fix: Quick fix for memory corruption in SortExec queries [datafusion-comet]

2025-08-12 Thread via GitHub
andygrove opened a new pull request, #2132: URL: https://github.com/apache/datafusion-comet/pull/2132 ## Which issue does this PR close? Part of https://github.com/apache/datafusion-comet/issues/2131 ## Rationale for this change ## What changes are include