Repository: parquet-format Updated Branches: refs/heads/master 66a5a7b98 -> 98c5e2b85
PARQUET-655: Fixes LogicalTypes.md link The current LogicalTypes.md link in README.md points to the the file in the old https://github.com/Parquet/parquet-format repository. This PR replaces the stale link with a relative path so that it always points to the file in the right repository. Author: Cheng Lian <[email protected]> Closes #41 from liancheng/parquet-655-logical-types-link and squashes the following commits: f98ddb7 [Cheng Lian] Fixes LogicalTypes.md link Project: http://git-wip-us.apache.org/repos/asf/parquet-format/repo Commit: http://git-wip-us.apache.org/repos/asf/parquet-format/commit/98c5e2b8 Tree: http://git-wip-us.apache.org/repos/asf/parquet-format/tree/98c5e2b8 Diff: http://git-wip-us.apache.org/repos/asf/parquet-format/diff/98c5e2b8 Branch: refs/heads/master Commit: 98c5e2b8575a809b09d996080428be730614d374 Parents: 66a5a7b Author: Cheng Lian <[email protected]> Authored: Thu Sep 8 14:25:53 2016 -0700 Committer: Julien Le Dem <[email protected]> Committed: Thu Sep 8 14:25:53 2016 -0700 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/parquet-format/blob/98c5e2b8/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index b0423e6..8e2a304 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Annotations are stored as `ConvertedType` fields in the file metadata and are documented in [LogicalTypes.md][logical-types]. -[logical-types]: https://github.com/Parquet/parquet-format/blob/master/LogicalTypes.md +[logical-types]: LogicalTypes.md ## Nested Encoding To encode nested columns, Parquet uses the Dremel encoding with definition and
