Skip to content

Commit

Permalink
fix cudf-polars
Browse files Browse the repository at this point in the history
  • Loading branch information
lithomas1 authored Aug 1, 2024
1 parent 9ea93ba commit 593ccd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf_polars/cudf_polars/dsl/ir.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def evaluate(self, *, cache: MutableMapping[int, DataFrame]) -> DataFrame:
tbl_w_meta = plc.io.parquet.read_parquet(
plc.io.SourceInfo(self.paths),
columns=with_columns,
num_rows=nrows,
nrows=nrows,
)
df = DataFrame.from_table(
tbl_w_meta.tbl,
Expand Down

0 comments on commit 593ccd2

Please sign in to comment.