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 2018/04/20 16:02:17 UTC

orc git commit: Push site with link from documentation to spec.

Repository: orc
Updated Branches:
  refs/heads/asf-site c6e290902 -> da021334f


Push site with link from documentation to spec.

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/da021334
Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/da021334
Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/da021334

Branch: refs/heads/asf-site
Commit: da021334f95fcee100b5f6bba68b2c1e027fb0e7
Parents: c6e2909
Author: Owen O'Malley <om...@apache.org>
Authored: Fri Apr 20 09:01:48 2018 -0700
Committer: Owen O'Malley <om...@apache.org>
Committed: Fri Apr 20 09:01:48 2018 -0700

----------------------------------------------------------------------
 doap_orc.rdf    | 13 +++----------
 docs/index.html |  3 +++
 2 files changed, 6 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/da021334/doap_orc.rdf
----------------------------------------------------------------------
diff --git a/doap_orc.rdf b/doap_orc.rdf
index 12076a4..e708cac 100644
--- a/doap_orc.rdf
+++ b/doap_orc.rdf
@@ -44,16 +44,9 @@ the values that are required for the current query.</description>
     <category rdf:resource="http://projects.apache.org/category/library" />
     <release>
       <Version>
-        <name>Apache ORC 1.1.2</name>
-        <created>2016-07-08</created>
-        <revision>1.1.2</revision>
-      </Version>
-    </release>
-    <release>
-      <Version>
-        <name>Apache ORC 1.2.1</name>
-        <created>2016-10-05</created>
-        <revision>1.2.1</revision>
+        <name>Apache ORC 1.4.3</name>
+        <created>2018-02-09</created>
+        <revision>1.4.3</revision>
       </Version>
     </release>
     <repository>

http://git-wip-us.apache.org/repos/asf/orc/blob/da021334/docs/index.html
----------------------------------------------------------------------
diff --git a/docs/index.html b/docs/index.html
index 0d344dc..bb12c87 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -706,6 +706,9 @@ the natural unit of distributed work. Within each stripe, the columns
 are separated from each other so the reader can read just the columns
 that are required.</p>
 
+<p>For details on the specifics of the ORC format, please see the <a href="/specification/">ORC
+format specification</a>.</p>
+