File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
dask/dataframe/dask_expr/io Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1409,7 +1409,7 @@ def _dataset_info(self):
1409
1409
dataset_info ["all_columns" ] = all_columns
1410
1410
dataset_info ["calculate_divisions" ] = self .calculate_divisions
1411
1411
1412
- self ._dataset_info_cache - dataset_info
1412
+ self ._dataset_info_cache = dataset_info
1413
1413
return dataset_info
1414
1414
1415
1415
def _filtered_task (self , name : Key , index : int ) -> Task :
@@ -1476,7 +1476,6 @@ def _plan(self):
1476
1476
def _get_lengths (self ) -> tuple | None :
1477
1477
"""Return known partition lengths using parquet statistics"""
1478
1478
if not self .filters :
1479
- self ._update_length_statistics ()
1480
1479
return tuple (
1481
1480
length
1482
1481
for i , length in enumerate (self ._pq_length_stats )
You can’t perform that action at this time.
0 commit comments