Skip to content

Commit ed52615

Browse files
committed
google copilot import unneed code, remove it
Signed-off-by: haotian <haotian@ebay.com>
1 parent 2c0ffd3 commit ed52615

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

python/ray/data/datasource/parquet_meta_provider.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,6 @@ def _dedupe_fragment_metadata(
269269
"""
270270
schema_to_id = {} # schema_ser -> schema_id
271271
id_to_schema = {} # schema_id -> schema_ser
272-
schema_to_id = {} # schema_ser -> schema_id
273-
id_to_schema = {} # schema_id -> schema_ser
274272

275273
for metadata in metadatas:
276274
# Get the current schema serialization
@@ -289,5 +287,3 @@ def _dedupe_fragment_metadata(
289287
metadata.set_schema_pickled(existing_schema_ser)
290288

291289
return metadatas
292-
293-
return stripped_metadatas

0 commit comments

Comments
 (0)