We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9d010 commit 1e0f4a8Copy full SHA for 1e0f4a8
libs/libcommon/src/libcommon/parquet_utils.py
@@ -11,13 +11,13 @@
11
import pyarrow as pa
12
import pyarrow.compute as pc
13
import pyarrow.parquet as pq
14
-from pyarrow.lib import ArrowInvalid
15
from datasets import Features, Value
16
from datasets.features.features import FeatureType
17
from datasets.table import cast_table_to_schema
18
from datasets.utils.py_utils import size_str
19
from fsspec.implementations.http import HTTPFile, HTTPFileSystem
20
from huggingface_hub import HfFileSystem
+from pyarrow.lib import ArrowInvalid
21
22
from libcommon.constants import CONFIG_PARQUET_METADATA_KIND
23
from libcommon.prometheus import StepProfiler
0 commit comments