Skip to content

Commit

Permalink
Add ORC 1.4.4 and 1.5.0 to the releases.
Browse files Browse the repository at this point in the history
Signed-off-by: Owen O'Malley <omalley@apache.org>
  • Loading branch information
omalley committed May 14, 2018
1 parent c06fe4d commit 0e6f71f
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 2 deletions.
19 changes: 17 additions & 2 deletions site/_data/releases.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 10 additions & 0 deletions site/_includes/orc_1.5.md
Original file line number Diff line number Diff line change
@@ -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
15 changes: 15 additions & 0 deletions site/_posts/2018-05-14-ORC-1.4.4.md
Original file line number Diff line number Diff line change
@@ -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 %}
15 changes: 15 additions & 0 deletions site/_posts/2018-05-14-ORC-1.5.0.md
Original file line number Diff line number Diff line change
@@ -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 %}

0 comments on commit 0e6f71f

Please sign in to comment.