Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fjetter committed Nov 5, 2024
1 parent ab98679 commit 8e90ad5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dask_expr/io/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,6 @@ def _filtered_task(self, name: Key, index: int) -> Task:
part = self.frame.iloc[start:stop]
if self.pyarrow_strings_enabled:
part = to_pyarrow_string(part)
# FIXME: This is very likely not going to work
if self.operand("columns") is not None:
return part[self.columns[0]] if self._series else part[self.columns]
return part
Expand Down

0 comments on commit 8e90ad5

Please sign in to comment.