From 991135381f441dfd701c3c1d2307197f621ce991 Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Wed, 5 Jan 2022 13:14:47 -0800 Subject: [PATCH] README: add note about what is tested, and fix spelling error --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f99bda..68a71a2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ parquet-compatibility ===================== -compatibility tests to make sur C and Java implementations can read each other +Compatibility tests to make sure C and Java implementations can read each other. + +As of January 2022, only Parquet versions up to 1.2.0 are tested for +compatibility. Submodules: -----------