Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion dask_sql/physical/rel/logical/limit.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def _apply_offset(self, df: dd.DataFrame, offset: int, end: int) -> dd.DataFrame
we need to pass the partition number to the selection
function, which is not possible with normal "map_partitions".
"""
df = df.persist()
if not offset:
# We do a (hopefully) very quick check: if the first partition
# is already enough, we will just use this
Expand Down