Commit 4d4752e
Add backwards compatibly handling of sum stats of extension types (#7014)
After #6910, Older files with extension types will have zone stats that
are just based on the storage type (which might be arbitrary) and which
is rarely useful. we currently don't handle its existence at all, so
reading these files might panic or otherwise error. This PR falls back
to the storage type on the read path, but might not be the desirable
solution.
Signed-off-by: Adam Gutglick <adam@spiraldb.com>1 parent 82211a5 commit 4d4752e
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
83 | 92 | | |
84 | 93 | | |
85 | 94 | | |
| |||
0 commit comments