This is an automated email from the ASF dual-hosted git repository.
dongjoon 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 8ad48d03a ORC-1383: Upgrade `aircompressor` to 0.22
8ad48d03a is described below
commit 8ad48d03a99b23f3b33aae401a81728993fd025e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 6 14:02:25 2023 -0800
ORC-1383: Upgrade `aircompressor` to 0.22
Bumps [aircompressor](https://github.com/airlift/aircompressor) from 0.21
to 0.22.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/airlift/aircompressor/commit/87889878f2482cd19d5dd3337857cbe8b6a46cac"><code>8788987</code></a>
[maven-release-plugin] prepare release 0.22</li>
<li><a
href="https://github.com/airlift/aircompressor/commit/6f3314b4e0a77f5e639b790283513ac94dcafcc4"><code>6f3314b</code></a>
Update GHA action versions</li>
<li><a
href="https://github.com/airlift/aircompressor/commit/da5859552bd7c016a433f96bef565f2c4e30ded7"><code>da58595</code></a>
Cleanup README</li>
<li><a
href="https://github.com/airlift/aircompressor/commit/de6cfbc764da99bc59b07e77ffe0428590c4b62a"><code>de6cfbc</code></a>
Add Hadoop ZstdCodec</li>
<li><a
href="https://github.com/airlift/aircompressor/commit/fbf7ec22d70baf7d5b42d332788646f71023eace"><code>fbf7ec2</code></a>
Add ZstdOutputStream</li>
<li><a
href="https://github.com/airlift/aircompressor/commit/83508d54780dfe12c85ceb5c4f51c39e94d62e45"><code>83508d5</code></a>
Add window size and block size to CompressionParameters</li>
<li><a
href="https://github.com/airlift/aircompressor/commit/ca208a740a367e0bbcaea29afc16142163df85f3"><code>ca208a7</code></a>
Add ZstdInputStream</li>
<li><a
href="https://github.com/airlift/aircompressor/commit/35a522882df8e55a05420b69c56f38191ffbd8fe"><code>35a5228</code></a>
Support unknown input size in ZSTD CompressionParameters</li>
<li><a
href="https://github.com/airlift/aircompressor/commit/ffad69e4400240dc1431e905bb2f276f48116cc9"><code>ffad69e</code></a>
Rename parameter to be more descriptive</li>
<li><a
href="https://github.com/airlift/aircompressor/commit/34e20e807b168e346335452be5fb707a003bf6a9"><code>34e20e8</code></a>
Add streaming XxHash64</li>
<li>Additional commits viewable in <a
href="https://github.com/airlift/aircompressor/compare/0.21...0.22">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that
have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI
passes on it
- `dependabot cancel merge` will cancel a previously requested merge and
block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it.
You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the PR
or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the PR
or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR or
upgrade to it yourself)
</details>
Closes #1429 from
dependabot[bot]/dependabot/maven/java/io.airlift-aircompressor-0.22.
Authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
java/bench/pom.xml | 2 +-
java/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/java/bench/pom.xml b/java/bench/pom.xml
index 965b4caca..4af4194b5 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -86,7 +86,7 @@
<dependency>
<groupId>io.airlift</groupId>
<artifactId>aircompressor</artifactId>
- <version>0.21</version>
+ <version>0.22</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
diff --git a/java/pom.xml b/java/pom.xml
index e4c3bc73a..9dd0340c4 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -146,7 +146,7 @@
<dependency>
<groupId>io.airlift</groupId>
<artifactId>aircompressor</artifactId>
- <version>0.21</version>
+ <version>0.22</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>