You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by bl...@apache.org on 2017/05/09 19:27:03 UTC

parquet-format git commit: PARQUET-975: Add missing word in README.md

Repository: parquet-format
Updated Branches:
  refs/heads/master 041708da1 -> b6931055c


PARQUET-975: Add missing word in README.md

Author: Lars Volker <lv...@gmail.com>

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 <lv...@gmail.com>
Authored: Tue May 9 12:27:00 2017 -0700
Committer: Ryan Blue <bl...@apache.org>
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.