Commit 65b3790
committed
Refaktoriere Filesystem-API, behebe ls/lss-Fehler, sichere Metadaten-Handling und bump Version auf 0.22.0
- Ersetze Direktimport von fsspec durch fsspec_utils und passe FileSystem-Fabrik an.
- Refactor vieler Filesystem-Hilfsfunktionen (ls/lss, pyarrow-/write-Utilities, Konvertierungsroutinen); alte Implementierungen auskommentiert/geräumt.
- Behebe falsche Aufrufe von lss -> ls in BaseDataset und ParquetDataset (Dateiliste/Partitionserkennung).
- Vereinheitliche String-Quotes/Whitespace und sichere JSON-/brotli-Dekodierung im Metadaten-Reader/Writer.
- Korrigiere Pfad-Strip in ParquetMetadata (split("://")[-1]) für robuste Pfad-Verarbeitung.
- Aktualisiere pyproject.toml auf Version 0.22.0 und passe uv.lock entsprechend (fsspec_utils und Paketversion).1 parent 5ce5f1c commit 65b3790
File tree
5 files changed
+619
-592
lines changed- pydala
5 files changed
+619
-592
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
145 | | - | |
| 146 | + | |
146 | 147 | | |
147 | 148 | | |
148 | 149 | | |
| |||
152 | 153 | | |
153 | 154 | | |
154 | 155 | | |
155 | | - | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
563 | 563 | | |
564 | 564 | | |
565 | 565 | | |
566 | | - | |
| 566 | + | |
567 | 567 | | |
568 | 568 | | |
569 | 569 | | |
| |||
949 | 949 | | |
950 | 950 | | |
951 | 951 | | |
952 | | - | |
| 952 | + | |
953 | 953 | | |
954 | 954 | | |
955 | 955 | | |
| |||
1223 | 1223 | | |
1224 | 1224 | | |
1225 | 1225 | | |
1226 | | - | |
1227 | 1226 | | |
1228 | 1227 | | |
1229 | 1228 | | |
| |||
1432 | 1431 | | |
1433 | 1432 | | |
1434 | 1433 | | |
1435 | | - | |
| 1434 | + | |
1436 | 1435 | | |
1437 | 1436 | | |
1438 | 1437 | | |
1439 | | - | |
| 1438 | + | |
1440 | 1439 | | |
1441 | 1440 | | |
1442 | 1441 | | |
| |||
1569 | 1568 | | |
1570 | 1569 | | |
1571 | 1570 | | |
1572 | | - | |
| 1571 | + | |
1573 | 1572 | | |
1574 | 1573 | | |
1575 | | - | |
| 1574 | + | |
1576 | 1575 | | |
1577 | | - | |
| 1576 | + | |
1578 | 1577 | | |
1579 | | - | |
| 1578 | + | |
1580 | 1579 | | |
1581 | 1580 | | |
1582 | 1581 | | |
1583 | 1582 | | |
1584 | | - | |
| 1583 | + | |
1585 | 1584 | | |
1586 | 1585 | | |
1587 | | - | |
| 1586 | + | |
1588 | 1587 | | |
1589 | | - | |
| 1588 | + | |
1590 | 1589 | | |
1591 | 1590 | | |
1592 | | - | |
| 1591 | + | |
1593 | 1592 | | |
1594 | 1593 | | |
1595 | | - | |
1596 | | - | |
1597 | | - | |
| 1594 | + | |
1598 | 1595 | | |
1599 | 1596 | | |
1600 | 1597 | | |
| |||
0 commit comments