This is an automated email from the ASF dual-hosted git repository.
gangwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-format.git
The following commit(s) were added to refs/heads/master by this push:
new 9c28d0c MINOR: Fix typo in README.md (#516)
9c28d0c is described below
commit 9c28d0c1b3f235224e4d558c54218664a588997f
Author: YK <[email protected]>
AuthorDate: Sun Aug 17 07:20:23 2025 -0700
MINOR: Fix typo in README.md (#516)
- Fix 'effect on' -> 'affect' (correct verb form with direct object)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a46e780..d348209 100644
--- a/README.md
+++ b/README.md
@@ -130,7 +130,7 @@ are serialized using the TCompactProtocol.
## Types
The types supported by the file format are intended to be as minimal as
possible,
-with a focus on how the types effect on disk storage. For example, 16-bit ints
+with a focus on how the types affect disk storage. For example, 16-bit ints
are not explicitly supported in the storage format since they are covered by
32-bit ints with an efficient encoding. This reduces the complexity of
implementing
readers and writers for the format. The types are: