File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
libs/libcommon/src/libcommon
services/worker/tests/job_runners/config Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,6 @@ class ParquetIndexWithMetadata:
191191 features : Features
192192 httpfs : HTTPFileSystem
193193 max_arrow_data_in_memory : int
194- partial : bool
195194 metadata_dir : Path
196195
197196 file_offsets : np .ndarray = field (init = False )
@@ -401,7 +400,6 @@ def from_parquet_metadata_items(
401400 if not parquet_file_metadata_items :
402401 raise EmptyParquetMetadataError ("No parquet files found." )
403402
404- partial = parquet_export_is_partial (parquet_file_metadata_items [0 ]["url" ])
405403 metadata_dir = Path (parquet_metadata_directory )
406404
407405 with StepProfiler (
@@ -425,7 +423,6 @@ def from_parquet_metadata_items(
425423 features = features ,
426424 httpfs = httpfs ,
427425 max_arrow_data_in_memory = max_arrow_data_in_memory ,
428- partial = partial ,
429426 metadata_dir = metadata_dir ,
430427 )
431428
Original file line number Diff line number Diff line change @@ -404,7 +404,6 @@ def test_ParquetIndexWithMetadata_query(
404404 features = features ,
405405 httpfs = httpfs ,
406406 max_arrow_data_in_memory = 999999999 ,
407- partial = False ,
408407 metadata_dir = metadata_dir ,
409408 )
410409 with patch ("libcommon.parquet_utils.HTTPFile" , AuthenticatedHTTPFile ):
You can’t perform that action at this time.
0 commit comments