Re: [PR] fix: Shuffle should maintain insertion order [datafusion-comet]

2025-04-21 Thread via GitHub
andygrove merged PR #1660: URL: https://github.com/apache/datafusion-comet/pull/1660 -- 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: github-unsubscr...@

Re: [PR] fix: Shuffle should maintain insertion order [datafusion-comet]

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

[PR] fix: Shuffle should maintain insertion order [datafusion-comet]

2025-04-20 Thread via GitHub
EmilyMatt opened a new pull request, #1660: URL: https://github.com/apache/datafusion-comet/pull/1660 This is very much a nitpick and not a necessary change, but I believe that shuffle batches should be FIFO. ## Which issue does this PR close? Closes #1659 . ## R