Repository: parquet-format Updated Branches: refs/heads/master 4bddbadf7 -> 65e851eae
PARQUET-804: Fix link to mailing list in README.md Author: Lars Volker <[email protected]> Closes #47 from lekv/readme and squashes the following commits: 7f8e835 [Lars Volker] Review feedback 8ab9060 [Lars Volker] PARQUET-804: Fix link to mailing list in README.md Project: http://git-wip-us.apache.org/repos/asf/parquet-format/repo Commit: http://git-wip-us.apache.org/repos/asf/parquet-format/commit/65e851ea Tree: http://git-wip-us.apache.org/repos/asf/parquet-format/tree/65e851ea Diff: http://git-wip-us.apache.org/repos/asf/parquet-format/diff/65e851ea Branch: refs/heads/master Commit: 65e851eae174c1635a5d5ca38f69c81e7ecc7092 Parents: 4bddbad Author: Lars Volker <[email protected]> Authored: Wed Dec 28 11:59:29 2016 -0800 Committer: Ryan Blue <[email protected]> Committed: Wed Dec 28 11:59:29 2016 -0800 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/parquet-format/blob/65e851ea/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 8e2a304..0d12935 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ There are many places in the format for compatible extensions: - Page types: Additional page types can be added and safely skipped. ## Contributing -Comment on the issue and/or contact [the parquet-dev group](https://groups.google.com/d/forum/parquet-dev) with your questions and ideas. +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-MR subproject, which contains all the Java-side implementation and APIs. See the "How To Contribute" section of the [Parquet-MR project](github.com/Parquet/parquet-mr) ## Code of Conduct
