This is an automated email from the ASF dual-hosted git repository.
william pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new f7e4248bb Add news for 1.7.5
f7e4248bb is described below
commit f7e4248bb75709042ab8041494101fb06800a2ce
Author: William Hyun <[email protected]>
AuthorDate: Thu Jun 16 13:00:46 2022 -0700
Add news for 1.7.5
---
site/_data/releases.yml | 10 ++++++++-
site/_posts/2022-06-16-ORC-1.7.5.md | 42 +++++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+), 1 deletion(-)
diff --git a/site/_data/releases.yml b/site/_data/releases.yml
index 1f3f639e6..a45667c22 100644
--- a/site/_data/releases.yml
+++ b/site/_data/releases.yml
@@ -1,8 +1,16 @@
# List the releases in reverse logical order
# Only one release should be tagged latest
+1.7.5:
+ date: 2022-06-16
+ state: latest
+ tar: orc-1.7.5.tar.gz
+ signed-by: William Hyun (DECDFA29)
+ sha256: b90cae5853e3ea0e5bf64e3883d09d871ec280536e0bb2cc52d08f79f0be0010
+ known-issues:
+
1.7.4:
date: 2022-04-15
- state: latest
+ state: archived
tar: orc-1.7.4.tar.gz
signed-by: William Hyun (DECDFA29)
sha256: 0a70c5e877b1ff268e768c94392574a084092f8aa7f97796c13de276103d8272
diff --git a/site/_posts/2022-06-16-ORC-1.7.5.md
b/site/_posts/2022-06-16-ORC-1.7.5.md
new file mode 100644
index 000000000..0420e75ba
--- /dev/null
+++ b/site/_posts/2022-06-16-ORC-1.7.5.md
@@ -0,0 +1,42 @@
+---
+layout: news_item
+title: "ORC 1.7.5 Released"
+date: "2022-06-16 03:00:00 -0800"
+author: william
+version: 1.7.5
+categories: [release]
+---
+
+The ORC team is excited to announce the release of ORC v1.7.5.
+
+{% assign releaseName = "1.7.5" %}
+{% include release_description.md %}
+
+The bug fixes:
+- [ORC-1151]({{site.jira}}/ORC-1151) Fix ColumnWriter for non-UTC Timestamp
columns
+- [ORC-1160]({{site.jira}}/ORC-1160) Fix seekToRow can't seek within selected
row group
+- [ORC-1133]({{site.jira}}/ORC-1133) Fix csv-import tool options
+- [ORC-1183]({{site.jira}}/ORC-1183) Upgrade gson to 2.9.0
+- [ORC-1186]({{site.jira}}/ORC-1186) Limit `family` in `aarch64` profile
+- [ORC-1188]({{site.jira}}/ORC-1188) Fix `ORC_PREFER_STATIC_ZLIB`
+
+The improvements:
+- [ORC-1198]({{site.jira}}/ORC-1198) Add a new `PhysicalFsWriter` constructor
with `FSDataOutputStream` parameter
+- [ORC-1199]({{site.jira}}/ORC-1199) Use Google mirror of Maven Central as the
primary
+
+The test changes:
+- [ORC-1155]({{site.jira}}/ORC-1155) Add Ubuntu 22.04 to docker tests
+- [ORC-1154]({{site.jira}}/ORC-1154) Bump hive.version from 3.1.2 to 3.1.3
+- [ORC-1161]({{site.jira}}/ORC-1161) Add MacOS 12 and remove MacOS 10
+- [ORC-1174]({{site.jira}}/ORC-1174) Add `Ubuntu 22.04` to GitHub Action
+- [ORC-1182]({{site.jira}}/ORC-1182) Use `slf4j-simple` instead of deprecated
`slf4j-log4j12`
+- [ORC-1184]({{site.jira}}/ORC-1184) Use Hadoop 3.3.3 in benchmark module
+- [ORC-1189]({{site.jira}}/ORC-1189) Update `README.md` and `help` command
message in `benchmark` module and `.gitignore`
+- [ORC-1190]({{site.jira}}/ORC-1190) Fix `ORCWriterBenchMark` `dumpDir`
initialization
+- [ORC-1191]({{site.jira}}/ORC-1191) Updated TLC Taxi Benchmark Dataset
+- [ORC-1192]({{site.jira}}/ORC-1192) Use `orc.zstd` instead of `orc.none`
+- [ORC-1196]({{site.jira}}/ORC-1196) Add Spark benchmark integration tests to
GHA
+- [ORC-1201]({{site.jira}}/ORC-1201) Remove `Debian 9` from Docker Tests
+
+The documentation changes:
+- Add ASF verification instruction link
\ No newline at end of file