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 d601ed3 MINOR: Add links to projects on README and update
parquet-compatibility to parquet-testing (#482)
d601ed3 is described below
commit d601ed34fd84e1b5a65e44f06e4675463006158d
Author: Raúl Cumplido <[email protected]>
AuthorDate: Mon Feb 10 03:16:15 2025 +0100
MINOR: Add links to projects on README and update parquet-compatibility to
parquet-testing (#482)
---
README.md | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 3437b46..df0ac73 100644
--- a/README.md
+++ b/README.md
@@ -43,11 +43,15 @@ Parquet is built to be used by anyone. The Hadoop ecosystem
is rich with data pr
## Modules
-The `parquet-format` project contains format specifications and Thrift
definitions of metadata required to properly read Parquet files.
+The [parquet-format] project contains format specifications and Thrift
definitions of metadata required to properly read Parquet files.
-The `parquet-java` project contains multiple sub-modules, which implement the
core components of reading and writing a nested, column-oriented data stream,
map this core onto the parquet format, and provide Hadoop Input/Output Formats,
Pig loaders, and other java-based utilities for interacting with Parquet.
+The [parquet-java] project contains multiple sub-modules, which implement the
core components of reading and writing a nested, column-oriented data stream,
map this core onto the parquet format, and provide Hadoop Input/Output Formats,
Pig loaders, and other java-based utilities for interacting with Parquet.
-The `parquet-compatibility` project contains compatibility tests that can be
used to verify that implementations in different languages can read and write
each other's files.
+The [parquet-testing] project contains a set of files that can be used to
verify that implementations in different languages can read and write each
other's files.
+
+[parquet-format]: https://github.com/apache/parquet-format
+[parquet-java]: https://github.com/apache/parquet-java
+[parquet-testing]: https://github.com/apache/parquet-testing
## Building
@@ -295,10 +299,6 @@ There are many places in the format for compatible
extensions:
Parquet Thrift IDL reserves field-id `32767` of every Thrift struct for
extensions.
The (Thrift) type of this field is always `binary`.
-## 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)