Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Mar 5, 2025
1 parent d675e9b commit 487467d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/_utils/cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ def prepare_cloud_plan(
ComputeError
If the given LazyFrame cannot be serialized.
"""
pylf = lf._set_sink_optimizations(**optimizations)
pylf = lf._set_sink_optimizations(engine="old-streaming", **optimizations)
return plr.prepare_cloud_plan(pylf)

0 comments on commit 487467d

Please sign in to comment.