Skip to content

Commit fadafed

Browse files
committed
revert unrelated changes
1 parent f542ca8 commit fadafed

File tree

1 file changed

+1
-2
lines changed
  • python/cudf_polars/cudf_polars/experimental

1 file changed

+1
-2
lines changed

python/cudf_polars/cudf_polars/experimental/join.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ def _make_bcast_join(
144144
left: IR,
145145
right: IR,
146146
shuffle_method: ShuffleMethod,
147-
*,
148147
streaming_runtime: str,
149148
) -> tuple[IR, MutableMapping[IR, PartitionInfo]]:
150149
if ir.options[0] != "Inner":
@@ -291,7 +290,7 @@ def _(
291290
left,
292291
right,
293292
config_options.executor.shuffle_method,
294-
streaming_runtime=config_options.executor.runtime,
293+
config_options.executor.runtime,
295294
)
296295
else:
297296
# Create a hash join

0 commit comments

Comments
 (0)