File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 11from fsspec_utils .utils .misc import run_parallel
2- from fsspec import AbstractFileSystem
3- # import posixpath
4- # import re
5- # from typing import Any
2+ import posixpath
3+ import re
64
75import pyarrow as pa
8- # import pyarrow.compute as pc
9- # import pyarrow.parquet as pq
6+ import pyarrow .parquet as pq
107import tqdm
11- # from fsspec import AbstractFileSystem
12- from fsspec import filesystem as fsspec_filesystem
8+ from fsspec import filesystem as fsspec_filesystem , AbstractFileSystem
139from joblib import Parallel , delayed
1410
1511# # from ..schema import convert_large_types_to_normal
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ name = "pydala2"
2424readme = " README.md"
2525# repository = "https://github.com/legout/pydala2"
2626requires-python = " >= 3.11"
27- version = " 0.21.0 "
27+ version = " 0.21.1 "
2828
2929[project .optional-dependencies ]
3030legacy = [" polars-lts-cpu>=0.20.4" ]
You can’t perform that action at this time.
0 commit comments