-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test broadcast merge in local_cudf_merge benchmark (#507)
Includes the necessary changes to test [dask#7143](dask/dask#7143). More specifically, this adds the following options: - `--base-chunks` : Number of base-DataFrame partitions (default: n_workers) - `--other-chunks` : Number of other-DataFrame partitions (default: n_workers) - `--broadcast-join` : Use broadcast join when possible - `--shuffle-join` : Use shuffle join (takes precedence over '--broadcast-join') Authors: - Richard (Rick) Zamora (@rjzamora) Approvers: - Peter Andreas Entschev (@pentschev) URL: #507
- Loading branch information
Showing
1 changed file
with
44 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters