We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f542ca8 commit fadafedCopy full SHA for fadafed
python/cudf_polars/cudf_polars/experimental/join.py
@@ -144,7 +144,6 @@ def _make_bcast_join(
144
left: IR,
145
right: IR,
146
shuffle_method: ShuffleMethod,
147
- *,
148
streaming_runtime: str,
149
) -> tuple[IR, MutableMapping[IR, PartitionInfo]]:
150
if ir.options[0] != "Inner":
@@ -291,7 +290,7 @@ def _(
291
290
left,
292
right,
293
config_options.executor.shuffle_method,
294
- streaming_runtime=config_options.executor.runtime,
+ config_options.executor.runtime,
295
)
296
else:
297
# Create a hash join
0 commit comments