forked from apache/orc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ORC 1.4.4 and 1.5.0 to the releases.
Signed-off-by: Owen O'Malley <omalley@apache.org>
- Loading branch information
Showing
4 changed files
with
57 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} |