-
Notifications
You must be signed in to change notification settings - Fork 483
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2fe35bd
commit 76bd353
Showing
2 changed files
with
34 additions
and
1 deletion.
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,25 @@ | ||
--- | ||
layout: news_item | ||
title: "ORC 1.9.4 Released" | ||
date: "2024-07-16 03:00:00 -0800" | ||
author: william | ||
version: 1.9.4 | ||
categories: [release] | ||
--- | ||
|
||
The ORC team is excited to announce the release of ORC v1.9.4. | ||
|
||
{% assign releaseName = "1.9.4" %} | ||
{% include release_description.md %} | ||
|
||
The bug fixes: | ||
- [ORC-1696]({{site.jira}}/ORC-1696) Fix ClassCastException when reading avro decimal type in bechmark | ||
- [ORC-1721]({{site.jira}}/ORC-1721) Upgrade `aircompressor` to 0.27 | ||
- [ORC-1738]({{site.jira}}/ORC-1738) Wrong Int128 maximum value | ||
|
||
The test changes: | ||
- [ORC-1619]({{site.jira}}/ORC-1619) Add `MacOS 14` to GitHub Action | ||
- [ORC-1699]({{site.jira}}/ORC-1699) Fix SparkBenchmark in Parquet format according to SPARK-40918 | ||
|
||
The task changes: | ||
- [ORC-1540]({{site.jira}}/ORC-1540) Remove MacOS 11 from GitHub Action CI |