You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2016/07/01 17:58:13 UTC

orc git commit: Fixed typo (reserializatoin) in site.

Repository: orc
Updated Branches:
  refs/heads/master 98c0992ed -> 15da55edf


Fixed typo (reserializatoin) in site.

Signed-off-by: Owen O'Malley <om...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/orc/repo
Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/15da55ed
Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/15da55ed
Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/15da55ed

Branch: refs/heads/master
Commit: 15da55edf4eb1e2a0f106876fc8851097d2d45a4
Parents: 98c0992
Author: Owen O'Malley <om...@apache.org>
Authored: Fri Jul 1 10:57:28 2016 -0700
Committer: Owen O'Malley <om...@apache.org>
Committed: Fri Jul 1 10:58:01 2016 -0700

----------------------------------------------------------------------
 site/_docs/hive-ddl.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/15da55ed/site/_docs/hive-ddl.md
----------------------------------------------------------------------
diff --git a/site/_docs/hive-ddl.md b/site/_docs/hive-ddl.md
index e3c6288..b3af49d 100644
--- a/site/_docs/hive-ddl.md
+++ b/site/_docs/hive-ddl.md
@@ -21,7 +21,7 @@ stored as ORC files:
 
 As of Hive 0.14, users can request an efficient merge of small ORC files
 together by issuing a CONCATENATE command on their table or partition. The
-files will be merged at the stripe level without reserializatoin.
+files will be merged at the stripe level without reserialization.
 
 ```ALTER TABLE istari [PARTITION partition_spec] CONCATENATE;
 ```