Skip to content

Commit f18cf28

Browse files
committed
Unify dictionaries
1 parent 2b87a42 commit f18cf28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pypi_data/combine_parquet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ async def fill_buffer(
111111
table = await asyncio.to_thread(
112112
lambda: pq.read_table(
113113
pa.py_buffer(memoryview(dataset_bytes))
114-
)#.combine_chunks()
114+
).unify_dictionaries()
115115
)
116116
del dataset_bytes
117117
log_system_stats(directory, message="Casting")

0 commit comments

Comments
 (0)