Commit 5e3b982
Fix points repr not showing length (#1128)
* fix _search_for_backing_files_recursively() to support multifile parquet
* Fix repr showing <Delayed> instead of row count for backed points (#1084)
Replace broken dask graph introspection (which only worked for single-task
graphs with a HighLevelGraph layer API that no longer exists) with
get_dask_backing_files() + pyarrow footer metadata reads. This handles all
graph shapes including the list-of-piece-dicts case produced by
aggregate_files=True.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 05d258e commit 5e3b982
2 files changed
Lines changed: 34 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
1979 | 1979 | | |
1980 | 1980 | | |
1981 | 1981 | | |
| 1982 | + | |
| 1983 | + | |
| 1984 | + | |
| 1985 | + | |
1982 | 1986 | | |
1983 | | - | |
1984 | | - | |
1985 | | - | |
1986 | | - | |
1987 | | - | |
1988 | | - | |
1989 | | - | |
1990 | | - | |
1991 | | - | |
1992 | | - | |
1993 | | - | |
1994 | | - | |
1995 | | - | |
1996 | | - | |
| 1987 | + | |
| 1988 | + | |
| 1989 | + | |
1997 | 1990 | | |
1998 | 1991 | | |
1999 | 1992 | | |
| |||
2084 | 2077 | | |
2085 | 2078 | | |
2086 | 2079 | | |
2087 | | - | |
2088 | | - | |
| 2080 | + | |
| 2081 | + | |
2089 | 2082 | | |
2090 | 2083 | | |
2091 | 2084 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | | - | |
| 13 | + | |
12 | 14 | | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
141 | 144 | | |
142 | 145 | | |
143 | 146 | | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
0 commit comments