Repository: parquet-format Updated Branches: refs/heads/master 041708da1 -> b6931055c
PARQUET-975: Add missing word in README.md Author: Lars Volker <[email protected]> Closes #52 from lekv/patch-1 and squashes the following commits: 90f693d [Lars Volker] PARQUET-975: Add missing word 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/b6931055 Tree: http://git-wip-us.apache.org/repos/asf/parquet-format/tree/b6931055 Diff: http://git-wip-us.apache.org/repos/asf/parquet-format/diff/b6931055 Branch: refs/heads/master Commit: b6931055cced024462f83d9bbab2f587b68601aa Parents: 041708d Author: Lars Volker <[email protected]> Authored: Tue May 9 12:27:00 2017 -0700 Committer: Ryan Blue <[email protected]> Committed: Tue May 9 12:27:00 2017 -0700 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/parquet-format/blob/b6931055/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 0d12935..4ac6c65 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ header. We have the - definition levels data, - encoded values. -The size of specified in the header is for all 3 pieces combined. +The value of `uncompressed_page_size` specified in the header is for all 3 pieces combined. The data for the data page is always required. The definition and repetition levels are optional, based on the schema definition. If the column is not nested (i.e.
