From 8af9f85cbfcda7e20d45a824c757dae3e74e8f42 Mon Sep 17 00:00:00 2001 From: "Francis (GrandChaman) Le Roy" Date: Fri, 3 Sep 2021 10:39:17 +0200 Subject: [PATCH] Update the README to reflect the new changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9292eb07c5b..8e0261280e6 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ venv/bin/python parquet_integration/write_parquet.py * Reading parquet is 10-20x faster (single core) and deserialization is parallelizable * Writing parquet is 3-10x faster (single core) and serialization is parallelizable * parquet IO has no `unsafe` -* parquet IO supports `async` read +* parquet IO supports `async` ### Others