This is an automated email from the ASF dual-hosted git repository.
omalley 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 30f85cf Add ORC 1.5.9 to the site
30f85cf is described below
commit 30f85cfacabad58590b965550320f4a231199550
Author: Owen O'Malley <[email protected]>
AuthorDate: Fri Jan 31 09:47:54 2020 -0800
Add ORC 1.5.9 to the site
Signed-off-by: Owen O'Malley <[email protected]>
---
develop/make-release/index.html | 58 ++++++++--------
docs/releases.html | 14 +++-
news/2015/04/22/orc-as-tlp/index.html | 12 ++--
news/2015/05/11/new-committers/index.html | 12 ++--
news/2015/06/26/new-logo/index.html | 12 ++--
news/2015/11/19/aliaksei-on-pmc/index.html | 12 ++--
news/2016/01/25/ORC-1.0.0/index.html | 12 ++--
news/2016/06/10/ORC-1.1.0/index.html | 12 ++--
news/2016/06/13/ORC-1.1.1/index.html | 12 ++--
news/2016/06/28/file-format-talk/index.html | 12 ++--
news/2016/07/08/ORC-1.1.2/index.html | 12 ++--
news/2016/08/25/ORC-1.2.0/index.html | 12 ++--
news/2016/10/05/ORC-1.2.1/index.html | 12 ++--
news/2016/12/01/ORC-1.2.2/index.html | 12 ++--
news/2016/12/12/ORC-1.2.3/index.html | 12 ++--
news/2016/12/15/new-committers/index.html | 12 ++--
news/2017/01/04/gopal-on-pmc/index.html | 12 ++--
news/2017/01/23/ORC-1.3.0/index.html | 12 ++--
news/2017/02/03/ORC-1.3.1/index.html | 12 ++--
news/2017/02/13/ORC-1.3.2/index.html | 12 ++--
news/2017/02/21/ORC-1.3.3/index.html | 12 ++--
news/2017/05/08/ORC-1.4.0/index.html | 12 ++--
news/2017/05/16/new-committer/index.html | 12 ++--
news/2017/09/06/new-pmc/index.html | 12 ++--
news/2017/10/16/ORC-1.3.4/index.html | 12 ++--
news/2017/10/16/ORC-1.4.1/index.html | 12 ++--
news/2018/01/23/ORC-1.4.2/index.html | 12 ++--
news/2018/02/09/ORC-1.4.3/index.html | 12 ++--
news/2018/03/27/add-xiening-and-gang/index.html | 12 ++--
news/2018/05/14/ORC-1.4.4/index.html | 12 ++--
news/2018/05/14/ORC-1.5.0/index.html | 12 ++--
news/2018/05/25/ORC-1.5.1/index.html | 12 ++--
news/2018/06/29/ORC-1.5.2/index.html | 12 ++--
news/2018/09/25/ORC-1.5.3/index.html | 12 ++--
news/2018/12/21/ORC-1.5.4/index.html | 12 ++--
news/2019/01/10/add-dongjoon/index.html | 12 ++--
news/2019/01/11/gang-pmc/index.html | 12 ++--
news/2019/03/14/ORC-1.5.5/index.html | 12 ++--
news/2019/06/10/renat-and-sandeep/index.html | 12 ++--
news/2019/06/27/ORC-1.5.6/index.html | 12 ++--
news/2019/09/03/ORC-1.6.0/index.html | 12 ++--
news/2019/10/26/ORC-1.5.7/index.html | 18 +++--
news/2019/10/26/ORC-1.6.1/index.html | 12 ++--
news/2019/11/24/ORC-1.5.8/index.html | 18 +++--
news/2019/11/24/ORC-1.6.2/index.html | 12 ++--
news/2019/12/09/ORC-1.4.5/index.html | 12 ++--
news/2019/12/09/dongjoon-pmc/index.html | 12 ++--
.../ORC-1.5.8 => 2020/01/30/ORC-1.5.9}/index.html | 38 +++++-----
news/index.html | 80 +++++++++++++++++++---
news/releases/index.html | 80 +++++++++++++++++++---
50 files changed, 567 insertions(+), 255 deletions(-)
diff --git a/develop/make-release/index.html b/develop/make-release/index.html
index 4b5b956..4f511f4 100644
--- a/develop/make-release/index.html
+++ b/develop/make-release/index.html
@@ -166,7 +166,7 @@ Thanks!
<ul>
<li>login to <a
href="https://repository.apache.org/index.html#stagingRepositories">Maven
staging</a></li>
- <li>find your staging repository (search for org.apache.org)</li>
+ <li>find your staging repository (search for org.apache.orc)</li>
<li>close it</li>
<li>release it</li>
</ul>
@@ -215,7 +215,6 @@ Set up site/target to be a separate git workspace that
tracks the asf-site branc
% git fetch origin
% git checkout asf-site
% cd ..
-% bundle install
</code></pre></div></div>
<ul>
<li>edit site/_data/releases.yml to add new release
@@ -230,46 +229,45 @@ Set up site/target to be a separate git workspace that
tracks the asf-site branc
</ul>
</li>
<li>create a new file _posts/YYYY-MM-DD-ORC-X.Y.Z.md for the news
section</li>
- <li>Run “bundle exec jekyll serve”</li>
+ <li>Run “docker build -t orc-site .”</li>
+ <li>Run “docker run -d -p 4000:4000 orc-site”</li>
<li>Check the website on http://0.0.0.0:4000/</li>
- <li>If it looks good, use git add (from within site directory) to add the
new files and commit to master with a message of “update site for X.Y.Z”.</li>
-</ul>
-
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>% pwd
-<path-to-master-src>/site
-% git commit -am "Update site for X.Y.Z"
-% git push origin master
-</code></pre></div></div>
-
-<ul>
- <li>Change directory into site/target for publishing the site.</li>
- <li>Add the new files that you just generated.
+ <li>If it looks good, copy the results out of docker:
<ul>
- <li>This assumes you’ve set up site/target to be a separate git
workspace that tracks the asf-site branch.</li>
+ <li>Find the name of the container using “docker ps”.</li>
+ <li>Run “docker cp $CONTAINER:/home/orc/site/target .”</li>
+ <li>Run “docker stop $CONTAINER”
+~~~
+% pwd</li>
</ul>
</li>
- <li>Commit to asf-site to publish the updated site.</li>
</ul>
+<path-to-master-src>/site
+% git commit -am "Update site for X.Y.Z"
+% git push origin master
+~~~
-<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code>% cd target
+* Change directory into site/target for publishing the site.
+* Add the new files that you just generated.
+ * This assumes you've set up site/target to be a separate git workspace
that tracks the asf-site branch.
+* Commit to asf-site to publish the updated site.
+
+~~~
+% cd target
% pwd
-<path-to-master-src>/site/target
+<path-to-master-src>/site/target
% git commit -am "Publish site for X.Y.Z"
% git push origin asf-site
-</code></pre></div></div>
+~~~
-<p>Update ORC’s jira to reflect the released version.</p>
+Update ORC's jira to reflect the released version.
-<ul>
- <li>Select the resolved issues and bulk transition them to closed with
following query <a
href="https://issues.apache.org/jira/issues/?filter=-1">here</a>.
- <ul>
- <li>query: project = ORC AND fixVersion = X.Y.Z and status = Resolved
ORDER BY created desc</li>
- </ul>
- </li>
- <li>Mark the version as released and set the date <a
href="https://issues.apache.org/jira/projects/ORC?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page">here</a>.</li>
-</ul>
+* Select the resolved issues and bulk transition them to closed with following
query [here](https://issues.apache.org/jira/issues/?filter=-1).
+ * query: project = ORC AND fixVersion = X.Y.Z and status = Resolved ORDER
BY created desc
+* Mark the version as released and set the date
[here](https://issues.apache.org/jira/projects/ORC?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page).
-<p>It usually take up to 24 hours for the apache dist mirrors and maven
central to update with the new release.</p>
+It usually take up to 24 hours for the apache dist mirrors and maven central
to update with the new release.
+</path-to-master-src></path-to-master-src>
</article>
</div>
diff --git a/docs/releases.html b/docs/releases.html
index 1f1c8f4..b8e8fa2 100644
--- a/docs/releases.html
+++ b/docs/releases.html
@@ -760,9 +760,19 @@ committers’ <a
href="https://www.apache.org/dist/orc/KEYS">key list</a>.</p>
<tr>
+ <td style="text-align: center">1.5.9</td>
+ <td style="text-align: center">2020-01-30</td>
+ <td style="text-align: center">stable</td>
+ <td style="text-align: center">
+ <a href="/news/2020/01/30/ORC-1.5.9/">
+ ORC-1.5.9</a></td>
+ </tr>
+
+
+ <tr>
<td style="text-align: center">1.5.8</td>
<td style="text-align: center">2019-11-24</td>
- <td style="text-align: center">stable</td>
+ <td style="text-align: center">archived</td>
<td style="text-align: center">
<a href="/news/2019/11/24/ORC-1.5.8/">
ORC-1.5.8</a></td>
@@ -772,7 +782,7 @@ committers’ <a
href="https://www.apache.org/dist/orc/KEYS">key list</a>.</p>
<tr>
<td style="text-align: center">1.5.7</td>
<td style="text-align: center">2019-10-26</td>
- <td style="text-align: center">stable</td>
+ <td style="text-align: center">archived</td>
<td style="text-align: center">
<a href="/news/2019/10/26/ORC-1.5.7/">
ORC-1.5.7</a></td>
diff --git a/news/2015/04/22/orc-as-tlp/index.html
b/news/2015/04/22/orc-as-tlp/index.html
index b6646d2..ddfa319 100644
--- a/news/2015/04/22/orc-as-tlp/index.html
+++ b/news/2015/04/22/orc-as-tlp/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -261,6 +263,10 @@ together with the Java implementation.</p>
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -276,15 +282,13 @@ together with the Java implementation.</p>
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2015/05/11/new-committers/index.html
b/news/2015/05/11/new-committers/index.html
index ccf3a98..f78cc7d 100644
--- a/news/2015/05/11/new-committers/index.html
+++ b/news/2015/05/11/new-committers/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -237,6 +239,10 @@ for their work on ORC. Welcome all!</p>
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -252,15 +258,13 @@ for their work on ORC. Welcome all!</p>
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2015/06/26/new-logo/index.html
b/news/2015/06/26/new-logo/index.html
index e26e188..2ca29e2 100644
--- a/news/2015/06/26/new-logo/index.html
+++ b/news/2015/06/26/new-logo/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -230,6 +232,10 @@
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -245,15 +251,13 @@
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2015/11/19/aliaksei-on-pmc/index.html
b/news/2015/11/19/aliaksei-on-pmc/index.html
index ee6cbad..79404ae 100644
--- a/news/2015/11/19/aliaksei-on-pmc/index.html
+++ b/news/2015/11/19/aliaksei-on-pmc/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -233,6 +235,10 @@ more.</p>
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -248,15 +254,13 @@ more.</p>
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2016/01/25/ORC-1.0.0/index.html
b/news/2016/01/25/ORC-1.0.0/index.html
index f915f8a..d22b63b 100644
--- a/news/2016/01/25/ORC-1.0.0/index.html
+++ b/news/2016/01/25/ORC-1.0.0/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -268,6 +270,10 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -283,15 +289,13 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2016/06/10/ORC-1.1.0/index.html
b/news/2016/06/10/ORC-1.1.0/index.html
index 3ce4455..9515848 100644
--- a/news/2016/06/10/ORC-1.1.0/index.html
+++ b/news/2016/06/10/ORC-1.1.0/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -270,6 +272,10 @@ timestamps from timezones with different daylight savings
rules.</li>
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -285,15 +291,13 @@ timestamps from timezones with different daylight savings
rules.</li>
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2016/06/13/ORC-1.1.1/index.html
b/news/2016/06/13/ORC-1.1.1/index.html
index 11a3960..8d4f911 100644
--- a/news/2016/06/13/ORC-1.1.1/index.html
+++ b/news/2016/06/13/ORC-1.1.1/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -268,6 +270,10 @@ timestamps from timezones with different daylight savings
rules.</li>
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -283,15 +289,13 @@ timestamps from timezones with different daylight savings
rules.</li>
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2016/06/28/file-format-talk/index.html
b/news/2016/06/28/file-format-talk/index.html
index 5609575..bd7aedd 100644
--- a/news/2016/06/28/file-format-talk/index.html
+++ b/news/2016/06/28/file-format-talk/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -250,6 +252,10 @@ margin-bottom:5px; max-width: 100%;" allowfullscreen="">
</iframe>
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -265,15 +271,13 @@ margin-bottom:5px; max-width: 100%;" allowfullscreen="">
</iframe>
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2016/07/08/ORC-1.1.2/index.html
b/news/2016/07/08/ORC-1.1.2/index.html
index 8ff51ac..34c9ec3 100644
--- a/news/2016/07/08/ORC-1.1.2/index.html
+++ b/news/2016/07/08/ORC-1.1.2/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -268,6 +270,10 @@ timestamps from timezones with different daylight savings
rules.</li>
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -283,15 +289,13 @@ timestamps from timezones with different daylight savings
rules.</li>
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2016/08/25/ORC-1.2.0/index.html
b/news/2016/08/25/ORC-1.2.0/index.html
index 701782b..3253c29 100644
--- a/news/2016/08/25/ORC-1.2.0/index.html
+++ b/news/2016/08/25/ORC-1.2.0/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -271,6 +273,10 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -286,15 +292,13 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2016/10/05/ORC-1.2.1/index.html
b/news/2016/10/05/ORC-1.2.1/index.html
index a081bad..5708dae 100644
--- a/news/2016/10/05/ORC-1.2.1/index.html
+++ b/news/2016/10/05/ORC-1.2.1/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -268,6 +270,10 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -283,15 +289,13 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2016/12/01/ORC-1.2.2/index.html
b/news/2016/12/01/ORC-1.2.2/index.html
index 8cbccc3..f3f5298 100644
--- a/news/2016/12/01/ORC-1.2.2/index.html
+++ b/news/2016/12/01/ORC-1.2.2/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -268,6 +270,10 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -283,15 +289,13 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2016/12/12/ORC-1.2.3/index.html
b/news/2016/12/12/ORC-1.2.3/index.html
index 1e419c9..a8cbb9e 100644
--- a/news/2016/12/12/ORC-1.2.3/index.html
+++ b/news/2016/12/12/ORC-1.2.3/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -269,6 +271,10 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -284,15 +290,13 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2016/12/15/new-committers/index.html
b/news/2016/12/15/new-committers/index.html
index e13a91f..c4a9e90 100644
--- a/news/2016/12/15/new-committers/index.html
+++ b/news/2016/12/15/new-committers/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -254,6 +256,10 @@ committers coming from Hive are:</p>
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -269,15 +275,13 @@ committers coming from Hive are:</p>
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2017/01/04/gopal-on-pmc/index.html
b/news/2017/01/04/gopal-on-pmc/index.html
index f66e21d..ec3d01e 100644
--- a/news/2017/01/04/gopal-on-pmc/index.html
+++ b/news/2017/01/04/gopal-on-pmc/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -232,6 +234,10 @@ Gopal has done an amazing job at speeding up ORC in many
ways.</p>
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -247,15 +253,13 @@ Gopal has done an amazing job at speeding up ORC in many
ways.</p>
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2017/01/23/ORC-1.3.0/index.html
b/news/2017/01/23/ORC-1.3.0/index.html
index 95a8171..51cb746 100644
--- a/news/2017/01/23/ORC-1.3.0/index.html
+++ b/news/2017/01/23/ORC-1.3.0/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -258,6 +260,10 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -273,15 +279,13 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2017/02/03/ORC-1.3.1/index.html
b/news/2017/02/03/ORC-1.3.1/index.html
index f969a4e..5b0494d 100644
--- a/news/2017/02/03/ORC-1.3.1/index.html
+++ b/news/2017/02/03/ORC-1.3.1/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -261,6 +263,10 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -276,15 +282,13 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2017/02/13/ORC-1.3.2/index.html
b/news/2017/02/13/ORC-1.3.2/index.html
index 7e95b63..96b4d87 100644
--- a/news/2017/02/13/ORC-1.3.2/index.html
+++ b/news/2017/02/13/ORC-1.3.2/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -258,6 +260,10 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -273,15 +279,13 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2017/02/21/ORC-1.3.3/index.html
b/news/2017/02/21/ORC-1.3.3/index.html
index aae65ea..6578b01 100644
--- a/news/2017/02/21/ORC-1.3.3/index.html
+++ b/news/2017/02/21/ORC-1.3.3/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -258,6 +260,10 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -273,15 +279,13 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2017/05/08/ORC-1.4.0/index.html
b/news/2017/05/08/ORC-1.4.0/index.html
index e100ebf..423d4c3 100644
--- a/news/2017/05/08/ORC-1.4.0/index.html
+++ b/news/2017/05/08/ORC-1.4.0/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -259,6 +261,10 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -274,15 +280,13 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2017/05/16/new-committer/index.html
b/news/2017/05/16/new-committer/index.html
index 2416773..5e33146 100644
--- a/news/2017/05/16/new-committer/index.html
+++ b/news/2017/05/16/new-committer/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -228,6 +230,10 @@ other’s patches. Thank you for your work on ORC,
Deepak!</p>
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -243,15 +249,13 @@ other’s patches. Thank you for your work on ORC,
Deepak!</p>
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2017/09/06/new-pmc/index.html
b/news/2017/09/06/new-pmc/index.html
index 82558dd..9771e42 100644
--- a/news/2017/09/06/new-pmc/index.html
+++ b/news/2017/09/06/new-pmc/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -232,6 +234,10 @@ been doing great work on the C++ code base.</p>
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -247,15 +253,13 @@ been doing great work on the C++ code base.</p>
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2017/10/16/ORC-1.3.4/index.html
b/news/2017/10/16/ORC-1.3.4/index.html
index 7437d9a..9c33797 100644
--- a/news/2017/10/16/ORC-1.3.4/index.html
+++ b/news/2017/10/16/ORC-1.3.4/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -258,6 +260,10 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Prasanth Jayachandran (
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -273,15 +279,13 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Prasanth Jayachandran (
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2017/10/16/ORC-1.4.1/index.html
b/news/2017/10/16/ORC-1.4.1/index.html
index a4a6dba..3aabd6a 100644
--- a/news/2017/10/16/ORC-1.4.1/index.html
+++ b/news/2017/10/16/ORC-1.4.1/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -259,6 +261,10 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Prasanth Jayachandran (
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -274,15 +280,13 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Prasanth Jayachandran (
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2018/01/23/ORC-1.4.2/index.html
b/news/2018/01/23/ORC-1.4.2/index.html
index 63ea43c..a4be64d 100644
--- a/news/2018/01/23/ORC-1.4.2/index.html
+++ b/news/2018/01/23/ORC-1.4.2/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -259,6 +261,10 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -274,15 +280,13 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2018/02/09/ORC-1.4.3/index.html
b/news/2018/02/09/ORC-1.4.3/index.html
index 9348f0b..ef44b44 100644
--- a/news/2018/02/09/ORC-1.4.3/index.html
+++ b/news/2018/02/09/ORC-1.4.3/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -254,6 +256,10 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -269,15 +275,13 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2018/03/27/add-xiening-and-gang/index.html
b/news/2018/03/27/add-xiening-and-gang/index.html
index df07c2a..6391820 100644
--- a/news/2018/03/27/add-xiening-and-gang/index.html
+++ b/news/2018/03/27/add-xiening-and-gang/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -229,6 +231,10 @@ work on the C++ ORC writer.</p>
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -244,15 +250,13 @@ work on the C++ ORC writer.</p>
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2018/05/14/ORC-1.4.4/index.html
b/news/2018/05/14/ORC-1.4.4/index.html
index 2d06f25..ba29f23 100644
--- a/news/2018/05/14/ORC-1.4.4/index.html
+++ b/news/2018/05/14/ORC-1.4.4/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -250,6 +252,10 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -265,15 +271,13 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2018/05/14/ORC-1.5.0/index.html
b/news/2018/05/14/ORC-1.5.0/index.html
index 83b8338..3e2a30b 100644
--- a/news/2018/05/14/ORC-1.5.0/index.html
+++ b/news/2018/05/14/ORC-1.5.0/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -268,6 +270,10 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -283,15 +289,13 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2018/05/25/ORC-1.5.1/index.html
b/news/2018/05/25/ORC-1.5.1/index.html
index 6e33d4d..d735624 100644
--- a/news/2018/05/25/ORC-1.5.1/index.html
+++ b/news/2018/05/25/ORC-1.5.1/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -265,6 +267,10 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -280,15 +286,13 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2018/06/29/ORC-1.5.2/index.html
b/news/2018/06/29/ORC-1.5.2/index.html
index d722c69..f292e6c 100644
--- a/news/2018/06/29/ORC-1.5.2/index.html
+++ b/news/2018/06/29/ORC-1.5.2/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -265,6 +267,10 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Prasanth Jayachandran (
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -280,15 +286,13 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Prasanth Jayachandran (
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2018/09/25/ORC-1.5.3/index.html
b/news/2018/09/25/ORC-1.5.3/index.html
index db8a281..6943a9a 100644
--- a/news/2018/09/25/ORC-1.5.3/index.html
+++ b/news/2018/09/25/ORC-1.5.3/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -265,6 +267,10 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -280,15 +286,13 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2018/12/21/ORC-1.5.4/index.html
b/news/2018/12/21/ORC-1.5.4/index.html
index 054abf1..bb38721 100644
--- a/news/2018/12/21/ORC-1.5.4/index.html
+++ b/news/2018/12/21/ORC-1.5.4/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -265,6 +267,10 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Vaibhav Gumashta (F6003
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -280,15 +286,13 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Vaibhav Gumashta (F6003
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2019/01/10/add-dongjoon/index.html
b/news/2019/01/10/add-dongjoon/index.html
index 1ce5c4f..c2ae7ba 100644
--- a/news/2019/01/10/add-dongjoon/index.html
+++ b/news/2019/01/10/add-dongjoon/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -229,6 +231,10 @@ work on improving ORC’s integration to Spark.</p>
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -244,15 +250,13 @@ work on improving ORC’s integration to Spark.</p>
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2019/01/11/gang-pmc/index.html
b/news/2019/01/11/gang-pmc/index.html
index 7ce43f3..b4048ab 100644
--- a/news/2019/01/11/gang-pmc/index.html
+++ b/news/2019/01/11/gang-pmc/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -231,6 +233,10 @@ has been doing great work on the C++ code base.</p>
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -246,15 +252,13 @@ has been doing great work on the C++ code base.</p>
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2019/03/14/ORC-1.5.5/index.html
b/news/2019/03/14/ORC-1.5.5/index.html
index c858339..dd5f2bc 100644
--- a/news/2019/03/14/ORC-1.5.5/index.html
+++ b/news/2019/03/14/ORC-1.5.5/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -265,6 +267,10 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -280,15 +286,13 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2019/06/10/renat-and-sandeep/index.html
b/news/2019/06/10/renat-and-sandeep/index.html
index 8d7256a..9a0d94c 100644
--- a/news/2019/06/10/renat-and-sandeep/index.html
+++ b/news/2019/06/10/renat-and-sandeep/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -230,6 +232,10 @@ and Sandeep has been working on the data masking and
statistics.</p>
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -245,15 +251,13 @@ and Sandeep has been working on the data masking and
statistics.</p>
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2019/06/27/ORC-1.5.6/index.html
b/news/2019/06/27/ORC-1.5.6/index.html
index e25c470..e315934 100644
--- a/news/2019/06/27/ORC-1.5.6/index.html
+++ b/news/2019/06/27/ORC-1.5.6/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -271,6 +273,10 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -286,15 +292,13 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2019/09/03/ORC-1.6.0/index.html
b/news/2019/09/03/ORC-1.6.0/index.html
index 631303a..4c4d88c 100644
--- a/news/2019/09/03/ORC-1.6.0/index.html
+++ b/news/2019/09/03/ORC-1.6.0/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -269,6 +271,10 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -284,15 +290,13 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2019/10/26/ORC-1.5.7/index.html
b/news/2019/10/26/ORC-1.5.7/index.html
index 01cabc4..2f4f4f1 100644
--- a/news/2019/10/26/ORC-1.5.7/index.html
+++ b/news/2019/10/26/ORC-1.5.7/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -209,12 +211,12 @@
<ul>
<li>Released: 26 October 2019</li>
- <li>Source code: <a
href="https://www.apache.org/dyn/closer.cgi/orc/orc-1.5.7/orc-1.5.7.tar.gz">orc-1.5.7.tar.gz</a></li>
- <li><a
href="https://www.apache.org/dist/orc/orc-1.5.7/orc-1.5.7.tar.gz.asc">GPG
Signature</a>
+ <li>Source code: <a
href="https://archive.apache.org/dist/orc/orc-1.5.7/orc-1.5.7.tar.gz">orc-1.5.7.tar.gz</a></li>
+ <li><a
href="https://archive.apache.org/dist/orc/orc-1.5.7/orc-1.5.7.tar.gz.asc">GPG
Signature</a>
signed by <a href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley
(3D0C92B9)</a></li>
<li>Git tag: <a
href="https://github.com/apache/orc/releases/tag/rel/release-1.5.7">rel/release-1.5.7</a></li>
<li>Maven Central: <a
href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.orc%22%20AND%20v%3A%221.5.7%22">ORC
1.5.7</a></li>
- <li>SHA 256: <a
href="https://www.apache.org/dist/orc/orc-1.5.7/orc-1.5.7.tar.gz.sha256">0fbc5c6da16be89e…</a></li>
+ <li>SHA 256: <a
href="https://archive.apache.org/dist/orc/orc-1.5.7/orc-1.5.7.tar.gz.sha256">0fbc5c6da16be89e…</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.5.7%22&tempMax=500">ORC-1.5.7</a></li>
</ul>
@@ -262,6 +264,10 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -277,15 +283,13 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="current">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2019/10/26/ORC-1.6.1/index.html
b/news/2019/10/26/ORC-1.6.1/index.html
index 6500704..accfb01 100644
--- a/news/2019/10/26/ORC-1.6.1/index.html
+++ b/news/2019/10/26/ORC-1.6.1/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -263,6 +265,10 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -278,15 +284,13 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2019/11/24/ORC-1.5.8/index.html
b/news/2019/11/24/ORC-1.5.8/index.html
index 95bac16..89840a1 100644
--- a/news/2019/11/24/ORC-1.5.8/index.html
+++ b/news/2019/11/24/ORC-1.5.8/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -209,12 +211,12 @@
<ul>
<li>Released: 24 November 2019</li>
- <li>Source code: <a
href="https://www.apache.org/dyn/closer.cgi/orc/orc-1.5.8/orc-1.5.8.tar.gz">orc-1.5.8.tar.gz</a></li>
- <li><a
href="https://www.apache.org/dist/orc/orc-1.5.8/orc-1.5.8.tar.gz.asc">GPG
Signature</a>
+ <li>Source code: <a
href="https://archive.apache.org/dist/orc/orc-1.5.8/orc-1.5.8.tar.gz">orc-1.5.8.tar.gz</a></li>
+ <li><a
href="https://archive.apache.org/dist/orc/orc-1.5.8/orc-1.5.8.tar.gz.asc">GPG
Signature</a>
signed by <a href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley
(3D0C92B9)</a></li>
<li>Git tag: <a
href="https://github.com/apache/orc/releases/tag/rel/release-1.5.8">rel/release-1.5.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.5.8%22">ORC
1.5.8</a></li>
- <li>SHA 256: <a
href="https://www.apache.org/dist/orc/orc-1.5.8/orc-1.5.8.tar.gz.sha256">2caf689132168d34…</a></li>
+ <li>SHA 256: <a
href="https://archive.apache.org/dist/orc/orc-1.5.8/orc-1.5.8.tar.gz.sha256">2caf689132168d34…</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.5.8%22&tempMax=500">ORC-1.5.8</a></li>
</ul>
@@ -253,6 +255,10 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -268,15 +274,13 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2019/11/24/ORC-1.6.2/index.html
b/news/2019/11/24/ORC-1.6.2/index.html
index e74fac1..4a7d094 100644
--- a/news/2019/11/24/ORC-1.6.2/index.html
+++ b/news/2019/11/24/ORC-1.6.2/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -251,6 +253,10 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -266,15 +272,13 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2019/12/09/ORC-1.4.5/index.html
b/news/2019/12/09/ORC-1.4.5/index.html
index 68709dd..37218bb 100644
--- a/news/2019/12/09/ORC-1.4.5/index.html
+++ b/news/2019/12/09/ORC-1.4.5/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -249,6 +251,10 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<h4>Recent Releases</h4>
<ul>
+ <li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
<li class="current">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -265,15 +271,13 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2019/12/09/dongjoon-pmc/index.html
b/news/2019/12/09/dongjoon-pmc/index.html
index d61474a..5f97537 100644
--- a/news/2019/12/09/dongjoon-pmc/index.html
+++ b/news/2019/12/09/dongjoon-pmc/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -231,6 +233,10 @@ has radically improved the integration between Spark and
ORC.</p>
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -246,15 +252,13 @@ has radically improved the integration between Spark and
ORC.</p>
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="current">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/2019/11/24/ORC-1.5.8/index.html
b/news/2020/01/30/ORC-1.5.9/index.html
similarity index 94%
copy from news/2019/11/24/ORC-1.5.8/index.html
copy to news/2020/01/30/ORC-1.5.9/index.html
index 95bac16..e70facd 100644
--- a/news/2019/11/24/ORC-1.5.8/index.html
+++ b/news/2020/01/30/ORC-1.5.9/index.html
@@ -2,7 +2,7 @@
<html lang="en-US">
<head>
<meta charset="UTF-8">
- <title>ORC 1.5.8 Released</title>
+ <title>ORC 1.5.9 Released</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="generator" content="Jekyll v3.8.6">
<link rel="stylesheet"
href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -185,8 +187,8 @@
<div class="unit four-fifths">
<article>
<h2>
- ORC 1.5.8 Released
- <a href="/news/2019/11/24/ORC-1.5.8/" class="permalink"
title="Permalink">∞</a>
+ ORC 1.5.9 Released
+ <a href="/news/2020/01/30/ORC-1.5.9/" class="permalink"
title="Permalink">∞</a>
</h2>
<span class="post-category">
<span class="label">
@@ -195,7 +197,7 @@
</span>
<div class="post-meta">
<span class="post-date">
- 24 Nov 2019
+ 30 Jan 2020
</span>
<a href="https://people.apache.org/~omalley" class="post-author">
<img src="https://people.apache.org/~omalley/omalley.png"
@@ -205,17 +207,17 @@
</a>
</div>
<div class="post-content">
- <p>The ORC team is excited to announce the release of ORC v1.5.8.</p>
+ <p>The ORC team is excited to announce the release of ORC v1.5.9.</p>
<ul>
- <li>Released: 24 November 2019</li>
- <li>Source code: <a
href="https://www.apache.org/dyn/closer.cgi/orc/orc-1.5.8/orc-1.5.8.tar.gz">orc-1.5.8.tar.gz</a></li>
- <li><a
href="https://www.apache.org/dist/orc/orc-1.5.8/orc-1.5.8.tar.gz.asc">GPG
Signature</a>
+ <li>Released: 30 January 2020</li>
+ <li>Source code: <a
href="https://www.apache.org/dyn/closer.cgi/orc/orc-1.5.9/orc-1.5.9.tar.gz">orc-1.5.9.tar.gz</a></li>
+ <li><a
href="https://www.apache.org/dist/orc/orc-1.5.9/orc-1.5.9.tar.gz.asc">GPG
Signature</a>
signed by <a href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley
(3D0C92B9)</a></li>
- <li>Git tag: <a
href="https://github.com/apache/orc/releases/tag/rel/release-1.5.8">rel/release-1.5.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.5.8%22">ORC
1.5.8</a></li>
- <li>SHA 256: <a
href="https://www.apache.org/dist/orc/orc-1.5.8/orc-1.5.8.tar.gz.sha256">2caf689132168d34…</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.5.8%22&tempMax=500">ORC-1.5.8</a></li>
+ <li>Git tag: <a
href="https://github.com/apache/orc/releases/tag/rel/release-1.5.9">rel/release-1.5.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.5.9%22">ORC
1.5.9</a></li>
+ <li>SHA 256: <a
href="https://www.apache.org/dist/orc/orc-1.5.9/orc-1.5.9.tar.gz.sha256">75c534555df8a932…</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.5.9%22&tempMax=500">ORC-1.5.9</a></li>
</ul>
<p>The new features of ORC 1.5:</p>
@@ -252,6 +254,10 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<h4>Recent Releases</h4>
<ul>
+ <li class="current">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
<li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -260,7 +266,7 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<a href="/news/2019/11/24/ORC-1.6.2/">Version 1.6.2</a>
</li>
- <li class="current">
+ <li class="">
<a href="/news/2019/11/24/ORC-1.5.8/">Version 1.5.8</a>
</li>
@@ -268,15 +274,13 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/index.html b/news/index.html
index 9d5be57..b36a2bd 100644
--- a/news/index.html
+++ b/news/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -186,6 +188,62 @@
<article>
<h2>
+ <a href="/news/2020/01/30/ORC-1.5.9/">
+ ORC 1.5.9 Released
+ </a>
+ </h2>
+ <span class="post-category">
+ <span class="label">
+ release
+ </span>
+ </span>
+ <div class="post-meta">
+ <span class="post-date">
+ 30 Jan 2020
+ </span>
+ <a href="https://people.apache.org/~omalley" class="post-author">
+ <img src="https://people.apache.org/~omalley//omalley.png"
+ class="avatar" alt="omalley avatar"
+ width="24" height="24">
+ omalley
+ </a>
+ </div>
+ <div class="post-content">
+ <p>The ORC team is excited to announce the release of ORC v1.5.9.</p>
+
+<ul>
+ <li>Released: 30 January 2020</li>
+ <li>Source code: <a
href="https://www.apache.org/dyn/closer.cgi/orc/orc-1.5.9/orc-1.5.9.tar.gz">orc-1.5.9.tar.gz</a></li>
+ <li><a
href="https://www.apache.org/dist/orc/orc-1.5.9/orc-1.5.9.tar.gz.asc">GPG
Signature</a>
+signed by <a href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley
(3D0C92B9)</a></li>
+ <li>Git tag: <a
href="https://github.com/apache/orc/releases/tag/rel/release-1.5.9">rel/release-1.5.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.5.9%22">ORC
1.5.9</a></li>
+ <li>SHA 256: <a
href="https://www.apache.org/dist/orc/orc-1.5.9/orc-1.5.9.tar.gz.sha256">75c534555df8a932…</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.5.9%22&tempMax=500">ORC-1.5.9</a></li>
+</ul>
+
+<p>The new features of ORC 1.5:</p>
+
+<ul>
+ <li><a href="https://issues.apache.org/jira/browse/ORC-179">ORC-179</a> Add
ORC C++ Writer</li>
+ <li><a href="https://issues.apache.org/jira/browse/ORC-91">ORC-91</a>
Support for variable length blocks in HDFS.</li>
+ <li><a href="https://issues.apache.org/jira/browse/ORC-199">ORC-199</a>
Implement a CSV to ORC converter</li>
+ <li><a href="https://issues.apache.org/jira/browse/ORC-344">ORC-344</a>
Support for using Decimal64ColumnVector</li>
+ <li><a href="https://issues.apache.org/jira/browse/ORC-345">ORC-345</a>
Adding Decimal64StatisticsImpl</li>
+ <li><a href="https://issues.apache.org/jira/browse/ORC-331">ORC-331</a>
Support for building C++ under MSVC.</li>
+ <li><a href="https://issues.apache.org/jira/browse/ORC-234">ORC-234</a>
Support for older versions of Hadoop (>= 2.2.x)</li>
+ <li><a href="https://issues.apache.org/jira/browse/ORC-305">ORC-305</a>
Added statistics for size on disk</li>
+</ul>
+
+<p>Known issues:</p>
+
+
+ </div>
+</article>
+
+
+ <article>
+ <h2>
<a href="/news/2019/12/09/dongjoon-pmc/">
ORC adds Dongjoon Hyun to PMC
</a>
@@ -352,12 +410,12 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<ul>
<li>Released: 24 November 2019</li>
- <li>Source code: <a
href="https://www.apache.org/dyn/closer.cgi/orc/orc-1.5.8/orc-1.5.8.tar.gz">orc-1.5.8.tar.gz</a></li>
- <li><a
href="https://www.apache.org/dist/orc/orc-1.5.8/orc-1.5.8.tar.gz.asc">GPG
Signature</a>
+ <li>Source code: <a
href="https://archive.apache.org/dist/orc/orc-1.5.8/orc-1.5.8.tar.gz">orc-1.5.8.tar.gz</a></li>
+ <li><a
href="https://archive.apache.org/dist/orc/orc-1.5.8/orc-1.5.8.tar.gz.asc">GPG
Signature</a>
signed by <a href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley
(3D0C92B9)</a></li>
<li>Git tag: <a
href="https://github.com/apache/orc/releases/tag/rel/release-1.5.8">rel/release-1.5.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.5.8%22">ORC
1.5.8</a></li>
- <li>SHA 256: <a
href="https://www.apache.org/dist/orc/orc-1.5.8/orc-1.5.8.tar.gz.sha256">2caf689132168d34…</a></li>
+ <li>SHA 256: <a
href="https://archive.apache.org/dist/orc/orc-1.5.8/orc-1.5.8.tar.gz.sha256">2caf689132168d34…</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.5.8%22&tempMax=500">ORC-1.5.8</a></li>
</ul>
@@ -474,12 +532,12 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<ul>
<li>Released: 26 October 2019</li>
- <li>Source code: <a
href="https://www.apache.org/dyn/closer.cgi/orc/orc-1.5.7/orc-1.5.7.tar.gz">orc-1.5.7.tar.gz</a></li>
- <li><a
href="https://www.apache.org/dist/orc/orc-1.5.7/orc-1.5.7.tar.gz.asc">GPG
Signature</a>
+ <li>Source code: <a
href="https://archive.apache.org/dist/orc/orc-1.5.7/orc-1.5.7.tar.gz">orc-1.5.7.tar.gz</a></li>
+ <li><a
href="https://archive.apache.org/dist/orc/orc-1.5.7/orc-1.5.7.tar.gz.asc">GPG
Signature</a>
signed by <a href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley
(3D0C92B9)</a></li>
<li>Git tag: <a
href="https://github.com/apache/orc/releases/tag/rel/release-1.5.7">rel/release-1.5.7</a></li>
<li>Maven Central: <a
href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.orc%22%20AND%20v%3A%221.5.7%22">ORC
1.5.7</a></li>
- <li>SHA 256: <a
href="https://www.apache.org/dist/orc/orc-1.5.7/orc-1.5.7.tar.gz.sha256">0fbc5c6da16be89e…</a></li>
+ <li>SHA 256: <a
href="https://archive.apache.org/dist/orc/orc-1.5.7/orc-1.5.7.tar.gz.sha256">0fbc5c6da16be89e…</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.5.7%22&tempMax=500">ORC-1.5.7</a></li>
</ul>
@@ -2788,6 +2846,10 @@ of the website.</p>
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -2803,15 +2865,13 @@ of the website.</p>
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>
diff --git a/news/releases/index.html b/news/releases/index.html
index bf56073..38a5faa 100644
--- a/news/releases/index.html
+++ b/news/releases/index.html
@@ -87,6 +87,8 @@
<option value="/news/">Home</option>
<optgroup label="v1.x">
+ <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+
<option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</option>
<option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
@@ -186,6 +188,62 @@
<article>
<h2>
+ <a href="/news/2020/01/30/ORC-1.5.9/">
+ ORC 1.5.9 Released
+ </a>
+ </h2>
+ <span class="post-category">
+ <span class="label">
+ release
+ </span>
+ </span>
+ <div class="post-meta">
+ <span class="post-date">
+ 30 Jan 2020
+ </span>
+ <a href="https://people.apache.org/~omalley" class="post-author">
+ <img src="https://people.apache.org/~omalley//omalley.png"
+ class="avatar" alt="omalley avatar"
+ width="24" height="24">
+ omalley
+ </a>
+ </div>
+ <div class="post-content">
+ <p>The ORC team is excited to announce the release of ORC v1.5.9.</p>
+
+<ul>
+ <li>Released: 30 January 2020</li>
+ <li>Source code: <a
href="https://www.apache.org/dyn/closer.cgi/orc/orc-1.5.9/orc-1.5.9.tar.gz">orc-1.5.9.tar.gz</a></li>
+ <li><a
href="https://www.apache.org/dist/orc/orc-1.5.9/orc-1.5.9.tar.gz.asc">GPG
Signature</a>
+signed by <a href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley
(3D0C92B9)</a></li>
+ <li>Git tag: <a
href="https://github.com/apache/orc/releases/tag/rel/release-1.5.9">rel/release-1.5.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.5.9%22">ORC
1.5.9</a></li>
+ <li>SHA 256: <a
href="https://www.apache.org/dist/orc/orc-1.5.9/orc-1.5.9.tar.gz.sha256">75c534555df8a932…</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.5.9%22&tempMax=500">ORC-1.5.9</a></li>
+</ul>
+
+<p>The new features of ORC 1.5:</p>
+
+<ul>
+ <li><a href="https://issues.apache.org/jira/browse/ORC-179">ORC-179</a> Add
ORC C++ Writer</li>
+ <li><a href="https://issues.apache.org/jira/browse/ORC-91">ORC-91</a>
Support for variable length blocks in HDFS.</li>
+ <li><a href="https://issues.apache.org/jira/browse/ORC-199">ORC-199</a>
Implement a CSV to ORC converter</li>
+ <li><a href="https://issues.apache.org/jira/browse/ORC-344">ORC-344</a>
Support for using Decimal64ColumnVector</li>
+ <li><a href="https://issues.apache.org/jira/browse/ORC-345">ORC-345</a>
Adding Decimal64StatisticsImpl</li>
+ <li><a href="https://issues.apache.org/jira/browse/ORC-331">ORC-331</a>
Support for building C++ under MSVC.</li>
+ <li><a href="https://issues.apache.org/jira/browse/ORC-234">ORC-234</a>
Support for older versions of Hadoop (>= 2.2.x)</li>
+ <li><a href="https://issues.apache.org/jira/browse/ORC-305">ORC-305</a>
Added statistics for size on disk</li>
+</ul>
+
+<p>Known issues:</p>
+
+
+ </div>
+</article>
+
+
+ <article>
+ <h2>
<a href="/news/2019/12/09/ORC-1.4.5/">
ORC 1.4.5 Released
</a>
@@ -318,12 +376,12 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<ul>
<li>Released: 24 November 2019</li>
- <li>Source code: <a
href="https://www.apache.org/dyn/closer.cgi/orc/orc-1.5.8/orc-1.5.8.tar.gz">orc-1.5.8.tar.gz</a></li>
- <li><a
href="https://www.apache.org/dist/orc/orc-1.5.8/orc-1.5.8.tar.gz.asc">GPG
Signature</a>
+ <li>Source code: <a
href="https://archive.apache.org/dist/orc/orc-1.5.8/orc-1.5.8.tar.gz">orc-1.5.8.tar.gz</a></li>
+ <li><a
href="https://archive.apache.org/dist/orc/orc-1.5.8/orc-1.5.8.tar.gz.asc">GPG
Signature</a>
signed by <a href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley
(3D0C92B9)</a></li>
<li>Git tag: <a
href="https://github.com/apache/orc/releases/tag/rel/release-1.5.8">rel/release-1.5.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.5.8%22">ORC
1.5.8</a></li>
- <li>SHA 256: <a
href="https://www.apache.org/dist/orc/orc-1.5.8/orc-1.5.8.tar.gz.sha256">2caf689132168d34…</a></li>
+ <li>SHA 256: <a
href="https://archive.apache.org/dist/orc/orc-1.5.8/orc-1.5.8.tar.gz.sha256">2caf689132168d34…</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.5.8%22&tempMax=500">ORC-1.5.8</a></li>
</ul>
@@ -440,12 +498,12 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<ul>
<li>Released: 26 October 2019</li>
- <li>Source code: <a
href="https://www.apache.org/dyn/closer.cgi/orc/orc-1.5.7/orc-1.5.7.tar.gz">orc-1.5.7.tar.gz</a></li>
- <li><a
href="https://www.apache.org/dist/orc/orc-1.5.7/orc-1.5.7.tar.gz.asc">GPG
Signature</a>
+ <li>Source code: <a
href="https://archive.apache.org/dist/orc/orc-1.5.7/orc-1.5.7.tar.gz">orc-1.5.7.tar.gz</a></li>
+ <li><a
href="https://archive.apache.org/dist/orc/orc-1.5.7/orc-1.5.7.tar.gz.asc">GPG
Signature</a>
signed by <a href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley
(3D0C92B9)</a></li>
<li>Git tag: <a
href="https://github.com/apache/orc/releases/tag/rel/release-1.5.7">rel/release-1.5.7</a></li>
<li>Maven Central: <a
href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.orc%22%20AND%20v%3A%221.5.7%22">ORC
1.5.7</a></li>
- <li>SHA 256: <a
href="https://www.apache.org/dist/orc/orc-1.5.7/orc-1.5.7.tar.gz.sha256">0fbc5c6da16be89e…</a></li>
+ <li>SHA 256: <a
href="https://archive.apache.org/dist/orc/orc-1.5.7/orc-1.5.7.tar.gz.sha256">0fbc5c6da16be89e…</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.5.7%22&tempMax=500">ORC-1.5.7</a></li>
</ul>
@@ -2230,6 +2288,10 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<ul>
<li class="">
+ <a href="/news/2020/01/30/ORC-1.5.9/">Version 1.5.9</a>
+ </li>
+
+ <li class="">
<a href="/news/2019/12/09/ORC-1.4.5/">Version 1.4.5</a>
</li>
@@ -2245,15 +2307,13 @@ signed by <a
href="https://www.apache.org/dist/orc/KEYS">Owen O’Malley (3D0C92
<a href="/news/2019/10/26/ORC-1.6.1/">Version 1.6.1</a>
</li>
- <li class="">
- <a href="/news/2019/10/26/ORC-1.5.7/">Version 1.5.7</a>
- </li>
-
</ul>
<h4>Other News</h4>
<ul>
+
+
<li class="">
<a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to
PMC</a>
</li>