This is an automated email from the ASF dual-hosted git repository.
emkornfield 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 ed66e87 Add section of testing (#442)
ed66e87 is described below
commit ed66e87da9b2d79d6e9262fe37d5eae045c6a639
Author: Fokko Driesprong <[email protected]>
AuthorDate: Wed Jul 3 22:57:20 2024 +0200
Add section of testing (#442)
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index d268b45..42e5e20 100644
--- a/README.md
+++ b/README.md
@@ -290,6 +290,10 @@ There are many places in the format for compatible
extensions:
- Encodings: Encodings are specified by enum and more can be added in the
future.
- Page types: Additional page types can be added and safely skipped.
+## Testing
+
+The [apache/parquet-testing](https://github.com/apache/parquet-testing)
contains a set of Parquet files for testing purposes.
+
## Contributing
Comment on the issue and/or contact [the parquet-dev mailing
list](http://mail-archives.apache.org/mod_mbox/parquet-dev/) with your
questions and ideas.
Changes to this core format definition are proposed and discussed in depth on
the mailing list. You may also be interested in contributing to the
Parquet-Java subproject, which contains all the Java-side implementation and
APIs. See the "How To Contribute" section of the [Parquet-Java
project](https://github.com/apache/parquet-java#how-to-contribute)