This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch fd-add-testing-section in repository https://gitbox.apache.org/repos/asf/parquet-format.git
commit af57d06f2e7224d3fb4d22bbf0412f615e834eb3 Author: Fokko Driesprong <[email protected]> AuthorDate: Wed Jul 3 07:56:20 2024 +0200 Add section of testing --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9567c63..3acc545 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)
