You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2021/07/02 09:57:57 UTC

[orc] branch asf-site updated: Update site for 1.6.9

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new e7e2386  Update site for 1.6.9
e7e2386 is described below

commit e7e238684059acb075b1a60ffd8976e1ce6c6980
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Fri Jul 2 02:57:44 2021 -0700

    Update site for 1.6.9
---
 develop/make-release/index.html      |  2 +-
 docs/building.html                   |  4 ++--
 docs/releases.html                   | 30 ++++++++++++++++++++----------
 news/2021/05/21/ORC-1.6.8/index.html |  6 +++---
 news/index.html                      |  6 +++---
 news/releases/index.html             |  6 +++---
 specification/ORCv1/index.html       |  1 +
 specification/ORCv2/index.html       |  1 +
 8 files changed, 34 insertions(+), 22 deletions(-)

diff --git a/develop/make-release/index.html b/develop/make-release/index.html
index 6d418e3..529ed58 100644
--- a/develop/make-release/index.html
+++ b/develop/make-release/index.html
@@ -159,7 +159,7 @@ Thanks!
 <p>Publish the artifacts to Maven central staging. Make sure to have this <a href="http://www.apache.org/dev/publishing-maven-artifacts.html#dev-env">setup</a> for Apache releases</p>
 
 <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>% cd java
-% mvn -Papache-release clean deploy
+% ./mvnw -Papache-release clean deploy
 </code></pre></div></div>
 
 <p>Publish from the staging area:</p>
diff --git a/docs/building.html b/docs/building.html
index 1254302..4fe0482 100644
--- a/docs/building.html
+++ b/docs/building.html
@@ -882,14 +882,14 @@ is invoking:</p>
 <p>You’ll need to install:</p>
 
 <ul>
-  <li>java (&gt;= 1.7)</li>
+  <li>java (&gt;= 1.8)</li>
   <li>maven (&gt;= 3)</li>
 </ul>
 
 <p>To build:</p>
 
 <div class="language-shell highlighter-rouge"><div class="highlight"><pre class="highlight"><code>% <span class="nb">cd </span>java
-% mvn package
+% ./mvnw package
 </code></pre></div></div>
 
 <h2 id="building-just-c">Building just C++</h2>
diff --git a/docs/releases.html b/docs/releases.html
index a551791..e750387 100644
--- a/docs/releases.html
+++ b/docs/releases.html
@@ -822,21 +822,21 @@
         <article>
           <h1>Releases</h1>
           
-<h2 id="current-release---168">Current Release - 1.6.8:</h2>
+<h2 id="current-release---169">Current Release - 1.6.9:</h2>
 
-<p>ORC 1.6.8 contains both the Java and C++ reader and writer
+<p>ORC 1.6.9 contains both the Java and C++ reader and writer
 for ORC files. It also contains tools for working with ORC
 files and looking at their contents and metadata.</p>
 
 <ul>
-  <li>Released: 21 May 2021</li>
-  <li>Source code: <a href="https://www.apache.org/dyn/closer.cgi/orc/orc-1.6.8/orc-1.6.8.tar.gz">orc-1.6.8.tar.gz</a></li>
-  <li><a href="https://downloads.apache.org/orc/orc-1.6.8/orc-1.6.8.tar.gz.asc">GPG Signature</a>
+  <li>Released: 2 July 2021</li>
+  <li>Source code: <a href="https://www.apache.org/dyn/closer.cgi/orc/orc-1.6.9/orc-1.6.9.tar.gz">orc-1.6.9.tar.gz</a></li>
+  <li><a href="https://downloads.apache.org/orc/orc-1.6.9/orc-1.6.9.tar.gz.asc">GPG Signature</a>
 signed by <a href="https://downloads.apache.org/orc/KEYS">Dongjoon Hyun (34F0FC5C)</a></li>
-  <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-1.6.8">rel/release-1.6.8</a></li>
-  <li>Maven Central: <a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.orc%22%20AND%20v%3A%221.6.8%22">ORC 1.6.8</a></li>
-  <li>SHA 256: <a href="https://downloads.apache.org/orc/orc-1.6.8/orc-1.6.8.tar.gz.sha256">93d2e5f7c9f76ea5…</a></li>
-  <li>Fixed issues: <a href="https://issues.apache.org/jira/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+%3D+ORC+AND+status+%3D+Closed+AND+fixVersion+%3D+%221.6.8%22&amp;tempMax=500">ORC-1.6.8</a></li>
+  <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-1.6.9">rel/release-1.6.9</a></li>
+  <li>Maven Central: <a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.orc%22%20AND%20v%3A%221.6.9%22">ORC 1.6.9</a></li>
+  <li>SHA 256: <a href="https://downloads.apache.org/orc/orc-1.6.9/orc-1.6.9.tar.gz.sha256">d19af60cd81cdb17…</a></li>
+  <li>Fixed issues: <a href="https://issues.apache.org/jira/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+%3D+ORC+AND+status+%3D+Closed+AND+fixVersion+%3D+%221.6.9%22&amp;tempMax=500">ORC-1.6.9</a></li>
 </ul>
 
 <p>The new features of ORC 1.6:</p>
@@ -877,9 +877,19 @@ committers’ <a href="https://downloads.apache.org/orc/KEYS">key list</a>.</p>
     
       
       <tr>
+        <td style="text-align: center">1.6.9</td>
+        <td style="text-align: center">2021-07-02</td>
+        <td style="text-align: center">latest</td>
+        <td style="text-align: center">
+          <a href="/news/2021/07/02/ORC-1.6.9/">
+          ORC-1.6.9</a></td>
+      </tr>
+    
+      
+      <tr>
         <td style="text-align: center">1.6.8</td>
         <td style="text-align: center">2021-05-21</td>
-        <td style="text-align: center">latest</td>
+        <td style="text-align: center">archived</td>
         <td style="text-align: center">
           <a href="/news/2021/05/21/ORC-1.6.8/">
           ORC-1.6.8</a></td>
diff --git a/news/2021/05/21/ORC-1.6.8/index.html b/news/2021/05/21/ORC-1.6.8/index.html
index 37cc079..83bcc27 100644
--- a/news/2021/05/21/ORC-1.6.8/index.html
+++ b/news/2021/05/21/ORC-1.6.8/index.html
@@ -235,12 +235,12 @@
 
 <ul>
   <li>Released: 21 May 2021</li>
-  <li>Source code: <a href="https://www.apache.org/dyn/closer.cgi/orc/orc-1.6.8/orc-1.6.8.tar.gz">orc-1.6.8.tar.gz</a></li>
-  <li><a href="https://downloads.apache.org/orc/orc-1.6.8/orc-1.6.8.tar.gz.asc">GPG Signature</a>
+  <li>Source code: <a href="https://archive.apache.org/dist/orc/orc-1.6.8/orc-1.6.8.tar.gz">orc-1.6.8.tar.gz</a></li>
+  <li><a href="https://archive.apache.org/dist/orc/orc-1.6.8/orc-1.6.8.tar.gz.asc">GPG Signature</a>
 signed by <a href="https://downloads.apache.org/orc/KEYS">Dongjoon Hyun (34F0FC5C)</a></li>
   <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-1.6.8">rel/release-1.6.8</a></li>
   <li>Maven Central: <a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.orc%22%20AND%20v%3A%221.6.8%22">ORC 1.6.8</a></li>
-  <li>SHA 256: <a href="https://downloads.apache.org/orc/orc-1.6.8/orc-1.6.8.tar.gz.sha256">93d2e5f7c9f76ea5…</a></li>
+  <li>SHA 256: <a href="https://archive.apache.org/dist/orc/orc-1.6.8/orc-1.6.8.tar.gz.sha256">93d2e5f7c9f76ea5…</a></li>
   <li>Fixed issues: <a href="https://issues.apache.org/jira/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+%3D+ORC+AND+status+%3D+Closed+AND+fixVersion+%3D+%221.6.8%22&amp;tempMax=500">ORC-1.6.8</a></li>
 </ul>
 
diff --git a/news/index.html b/news/index.html
index 11bcd13..1a6f547 100644
--- a/news/index.html
+++ b/news/index.html
@@ -237,12 +237,12 @@
 
 <ul>
   <li>Released: 21 May 2021</li>
-  <li>Source code: <a href="https://www.apache.org/dyn/closer.cgi/orc/orc-1.6.8/orc-1.6.8.tar.gz">orc-1.6.8.tar.gz</a></li>
-  <li><a href="https://downloads.apache.org/orc/orc-1.6.8/orc-1.6.8.tar.gz.asc">GPG Signature</a>
+  <li>Source code: <a href="https://archive.apache.org/dist/orc/orc-1.6.8/orc-1.6.8.tar.gz">orc-1.6.8.tar.gz</a></li>
+  <li><a href="https://archive.apache.org/dist/orc/orc-1.6.8/orc-1.6.8.tar.gz.asc">GPG Signature</a>
 signed by <a href="https://downloads.apache.org/orc/KEYS">Dongjoon Hyun (34F0FC5C)</a></li>
   <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-1.6.8">rel/release-1.6.8</a></li>
   <li>Maven Central: <a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.orc%22%20AND%20v%3A%221.6.8%22">ORC 1.6.8</a></li>
-  <li>SHA 256: <a href="https://downloads.apache.org/orc/orc-1.6.8/orc-1.6.8.tar.gz.sha256">93d2e5f7c9f76ea5…</a></li>
+  <li>SHA 256: <a href="https://archive.apache.org/dist/orc/orc-1.6.8/orc-1.6.8.tar.gz.sha256">93d2e5f7c9f76ea5…</a></li>
   <li>Fixed issues: <a href="https://issues.apache.org/jira/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+%3D+ORC+AND+status+%3D+Closed+AND+fixVersion+%3D+%221.6.8%22&amp;tempMax=500">ORC-1.6.8</a></li>
 </ul>
 
diff --git a/news/releases/index.html b/news/releases/index.html
index 6c37195..8d578c3 100644
--- a/news/releases/index.html
+++ b/news/releases/index.html
@@ -237,12 +237,12 @@
 
 <ul>
   <li>Released: 21 May 2021</li>
-  <li>Source code: <a href="https://www.apache.org/dyn/closer.cgi/orc/orc-1.6.8/orc-1.6.8.tar.gz">orc-1.6.8.tar.gz</a></li>
-  <li><a href="https://downloads.apache.org/orc/orc-1.6.8/orc-1.6.8.tar.gz.asc">GPG Signature</a>
+  <li>Source code: <a href="https://archive.apache.org/dist/orc/orc-1.6.8/orc-1.6.8.tar.gz">orc-1.6.8.tar.gz</a></li>
+  <li><a href="https://archive.apache.org/dist/orc/orc-1.6.8/orc-1.6.8.tar.gz.asc">GPG Signature</a>
 signed by <a href="https://downloads.apache.org/orc/KEYS">Dongjoon Hyun (34F0FC5C)</a></li>
   <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-1.6.8">rel/release-1.6.8</a></li>
   <li>Maven Central: <a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.orc%22%20AND%20v%3A%221.6.8%22">ORC 1.6.8</a></li>
-  <li>SHA 256: <a href="https://downloads.apache.org/orc/orc-1.6.8/orc-1.6.8.tar.gz.sha256">93d2e5f7c9f76ea5…</a></li>
+  <li>SHA 256: <a href="https://archive.apache.org/dist/orc/orc-1.6.8/orc-1.6.8.tar.gz.sha256">93d2e5f7c9f76ea5…</a></li>
   <li>Fixed issues: <a href="https://issues.apache.org/jira/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+%3D+ORC+AND+status+%3D+Closed+AND+fixVersion+%3D+%221.6.8%22&amp;tempMax=500">ORC-1.6.8</a></li>
 </ul>
 
diff --git a/specification/ORCv1/index.html b/specification/ORCv1/index.html
index 2b6f491..7986835 100644
--- a/specification/ORCv1/index.html
+++ b/specification/ORCv1/index.html
@@ -317,6 +317,7 @@ that contains the list of their children’s type ids.</p>
  DATE = 15;
  VARCHAR = 16;
  CHAR = 17;
+ TIMESTAMP_INSTANT = 18;
  }
  // the kind of this type
  required Kind kind = 1;
diff --git a/specification/ORCv2/index.html b/specification/ORCv2/index.html
index 58062a0..7f0851c 100644
--- a/specification/ORCv2/index.html
+++ b/specification/ORCv2/index.html
@@ -342,6 +342,7 @@ that contains the list of their children’s type ids.</p>
  DATE = 15;
  VARCHAR = 16;
  CHAR = 17;
+ TIMESTAMP_INSTANT = 18;
  }
  // the kind of this type
  required Kind kind = 1;