Skip to content

Commit 6226e1b

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/ray/data/datasource/parquet_meta_provider.py

Lines changed: 0 additions & 2 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

0 commit comments

Comments
 (0)