Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inject a repartition layer for inner merges #335

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Commits on Oct 12, 2023

  1. Add repartition for benchmarks

    phofl committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    38cef66 View commit details
    Browse the repository at this point in the history
  2. Fix

    phofl committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    7d01aae View commit details
    Browse the repository at this point in the history
  3. Fix

    phofl committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    a77685b View commit details
    Browse the repository at this point in the history
  4. Fix

    phofl committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    7d4d372 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Fix

    phofl committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    4f5d78f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63fa4b6 View commit details
    Browse the repository at this point in the history
  3. Add repartition layer

    phofl committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    9938db6 View commit details
    Browse the repository at this point in the history
  4. Fix repartition layer

    phofl committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    8b16b4f View commit details
    Browse the repository at this point in the history
  5. Fix fusion

    phofl committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    63d175b View commit details
    Browse the repository at this point in the history
  6. Reduce repartition ratio

    phofl committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    a94493e View commit details
    Browse the repository at this point in the history
  7. Remove

    phofl committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    9e8f546 View commit details
    Browse the repository at this point in the history
  8. Add assignpartitioning index

    phofl committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    ec5247b View commit details
    Browse the repository at this point in the history
  9. Move import

    phofl committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    c9031ee View commit details
    Browse the repository at this point in the history
  10. Add test

    phofl committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    1751a11 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'fix_merge_bug' into combine_similar

    # Conflicts:
    #	dask_expr/_merge.py
    phofl committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    3da633e View commit details
    Browse the repository at this point in the history
  12. Fix

    phofl committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    c901743 View commit details
    Browse the repository at this point in the history
  13. Remove

    phofl committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    34b3441 View commit details
    Browse the repository at this point in the history
  14. Add test

    phofl committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    8f41dc6 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'combine_similar' into repartition_layer

    # Conflicts:
    #	dask_expr/_merge.py
    phofl committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    30bfb74 View commit details
    Browse the repository at this point in the history
  16. Restrict to inner

    phofl committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    babd562 View commit details
    Browse the repository at this point in the history