Repository: orc
Updated Branches:
  refs/heads/master c06fe4d18 -> 0e6f71f80


Add ORC 1.4.4 and 1.5.0 to the releases.

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


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

Branch: refs/heads/master
Commit: 0e6f71f80a2570ffb542a011aa00d1b93eb1f7f0
Parents: c06fe4d
Author: Owen O'Malley <omal...@apache.org>
Authored: Mon May 14 16:05:40 2018 -0700
Committer: Owen O'Malley <omal...@apache.org>
Committed: Mon May 14 16:05:40 2018 -0700

----------------------------------------------------------------------
 site/_data/releases.yml             | 19 +++++++++++++++++--
 site/_includes/orc_1.5.md           | 10 ++++++++++
 site/_posts/2018-05-14-ORC-1.4.4.md | 15 +++++++++++++++
 site/_posts/2018-05-14-ORC-1.5.0.md | 15 +++++++++++++++
 4 files changed, 57 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/0e6f71f8/site/_data/releases.yml
----------------------------------------------------------------------
diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index b0c51a9..1d5a2e4 100644
--- a/site/_data/releases.yml
+++ b/site/_data/releases.yml
@@ -1,14 +1,29 @@
 # List the releases in reverse logical order
 # Only one release should be tagged latest
 
+1.5.0:
+  date: 2018-05-14
+  state: latest
+  tar: orc-1.5.0.tar.gz
+  signed-by: Owen O’Malley (3D0C92B9)
+  sha256: 28369ea8e24cac6d46c72f91a877b3a526017490aea936d0f689e45b6e8dd603
+  known-issues:
+
+1.4.4:
+  date: 2018-05-14
+  state: stable
+  tar: orc-1.4.4.tar.gz
+  signed-by: Owen O’Malley (3D0C92B9)
+  sha256: 9df0f59ba4046d2a565e740d04c70a16ed15152ed98b34cf5d6f494a6e26f6d7
+  known-issues:
+
 1.4.3:
   date: 2018-02-09
-  state: latest
+  state: archived
   tar: orc-1.4.3.tar.gz
   signed-by: Owen O’Malley (3D0C92B9)
   sha256: 0310d6ed20d95b7c27de79bea9cf08a152565c64fd7f95b61877b2b2b2774d83
   known-issues:
-    ORC-40: Predicate push down is not implemented in C++.
 
 1.4.2:
   date: 2018-01-23

http://git-wip-us.apache.org/repos/asf/orc/blob/0e6f71f8/site/_includes/orc_1.5.md
----------------------------------------------------------------------
diff --git a/site/_includes/orc_1.5.md b/site/_includes/orc_1.5.md
new file mode 100644
index 0000000..5075e0d
--- /dev/null
+++ b/site/_includes/orc_1.5.md
@@ -0,0 +1,10 @@
+The new features of ORC 1.5:
+
+- [ORC-179]({{site.jira}}/ORC-179) Add ORC C++ Writer
+- [ORC-91]({{site.jira}}/ORC-91) Support for variable length blocks in HDFS.
+- [ORC-199]({{site.jira}}/ORC-199) Implement a CSV to ORC converter
+- [ORC-344]({{site.jira}}/ORC-344) Support for using Decimal64ColumnVector
+- [ORC-345]({{site.jira}}/ORC-345) Adding Decimal64StatisticsImpl
+- [ORC-331]({{site.jira}}/ORC-331) Support for building C++ under MSVC.
+- [ORC-234]({{site.jira}}/ORC-234) Support for older versions of Hadoop (>= 
2.2.x)
+- [ORC-305]({{site.jira}}/ORC-305) Added statistics for size on disk

http://git-wip-us.apache.org/repos/asf/orc/blob/0e6f71f8/site/_posts/2018-05-14-ORC-1.4.4.md
----------------------------------------------------------------------
diff --git a/site/_posts/2018-05-14-ORC-1.4.4.md 
b/site/_posts/2018-05-14-ORC-1.4.4.md
new file mode 100644
index 0000000..faf341e
--- /dev/null
+++ b/site/_posts/2018-05-14-ORC-1.4.4.md
@@ -0,0 +1,15 @@
+---
+layout: news_item
+title: "ORC 1.4.4 Released"
+date: "2018-05-14 08:00:00 -0800"
+author: omalley
+version: 1.4.4
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v1.4.4.
+
+{% assign releaseName = "1.4.4" %}
+{% include release_description.md %}
+{% include orc_1.4.md %}
+{% include known_issues.md %}

http://git-wip-us.apache.org/repos/asf/orc/blob/0e6f71f8/site/_posts/2018-05-14-ORC-1.5.0.md
----------------------------------------------------------------------
diff --git a/site/_posts/2018-05-14-ORC-1.5.0.md 
b/site/_posts/2018-05-14-ORC-1.5.0.md
new file mode 100644
index 0000000..68d03dc
--- /dev/null
+++ b/site/_posts/2018-05-14-ORC-1.5.0.md
@@ -0,0 +1,15 @@
+---
+layout: news_item
+title: "ORC 1.5.0 Released"
+date: "2018-05-14 12:00:00 -0800"
+author: omalley
+version: 1.5.0
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v1.5.0.
+
+{% assign releaseName = "1.5.0" %}
+{% include release_description.md %}
+{% include orc_1.5.md %}
+{% include known_issues.md %}

Reply via email to