Skip to content

Commit

Permalink
Add TODO for index specification
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed Nov 15, 2022
1 parent 65c5669 commit b9dfc08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dask_sql/physical/utils/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def attempt_predicate_pushdown(ddf: dd.DataFrame) -> dd.DataFrame:
try:
return dsk.layers[name]._regenerate_collection(
dsk,
# TODO: shouldn't need to specify index=False after dask#9661 is merged
new_kwargs={io_layer: {"filters": filters, "index": False}},
)
except ValueError as err:
Expand Down

0 comments on commit b9dfc08

Please sign in to comment.