Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rapidsai/cudf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: branch-25.08
Choose a base ref
...
head repository: rapidsai/cudf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pull-request/18912
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Jun 16, 2025

  1. Implement distributed sorted for cudf_polars

    This implements distributed sorting for cudf-polars, it should work
    but is still low on tests and I am not sure that local tests exercised the
    rapidsmpf paths properly.
    
    Right now, it is structured around introducing a ``ShuffleSorted`` IR
    but I am not sure that is better than e.g. merging everything.
    
    It does some smaller refactors to the shuffling to re-use some code there
    (but not actually move too much sorting related logic into the file).
    
    Signed-off-by: Sebastian Berg <[email protected]>
    seberg committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    189064a View commit details
    Browse the repository at this point in the history
  2. Undo config, fix-up from_arrow, add some tests and manually check s…

    …plits
    
    Signed-off-by: Sebastian Berg <[email protected]>
    seberg committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    7c35553 View commit details
    Browse the repository at this point in the history
  3. fixup

    Signed-off-by: Sebastian Berg <[email protected]>
    seberg committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    efb8c22 View commit details
    Browse the repository at this point in the history
  4. Fixes based on review

    Signed-off-by: Sebastian Berg <[email protected]>
    seberg committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    72f84fa View commit details
    Browse the repository at this point in the history
Loading