Skip to content

Commit

Permalink
[BUG] Fix set_execution_config not setting `hash_join_partition_siz…
Browse files Browse the repository at this point in the history
…e_leniency` (#2759)
  • Loading branch information
Vince7778 authored Aug 29, 2024
1 parent 372d9bc commit 3c365e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daft/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ def set_execution_config(
broadcast_join_size_bytes_threshold=broadcast_join_size_bytes_threshold,
parquet_split_row_groups_max_files=parquet_split_row_groups_max_files,
sort_merge_join_sort_with_aligned_boundaries=sort_merge_join_sort_with_aligned_boundaries,
hash_join_partition_size_leniency=hash_join_partition_size_leniency,
sample_size_for_sort=sample_size_for_sort,
num_preview_rows=num_preview_rows,
parquet_target_filesize=parquet_target_filesize,
Expand Down

0 comments on commit 3c365e6

Please sign in to comment.