This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-1.7 by this push:
new e2e74c6 ORC-1032: Bump parquet.version from 1.12.0 to 1.12.2 (#939)
e2e74c6 is described below
commit e2e74c6d7a902c59687ed0c60dff94038c20360d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 19 23:30:04 2021 -0700
ORC-1032: Bump parquet.version from 1.12.0 to 1.12.2 (#939)
Bumps `parquet.version` from 1.12.0 to 1.12.2.
- [Release notes](https://github.com/apache/parquet-mr/releases)
-
[Changelog](https://github.com/apache/parquet-mr/blob/apache-parquet-1.12.2/CHANGES.md)
-
[Commits](https://github.com/apache/parquet-mr/compare/apache-parquet-1.12.0...apache-parquet-1.12.2)
(cherry picked from commit dc07ee91cd543adf5704827cc4787f85c0cb0328)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
java/bench/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/bench/pom.xml b/java/bench/pom.xml
index ab22601..014ebf7 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -35,7 +35,7 @@
<hive.version>3.1.2</hive.version>
<jmh.version>1.20</jmh.version>
<orc.version>${project.version}</orc.version>
- <parquet.version>1.12.0</parquet.version>
+ <parquet.version>1.12.2</parquet.version>
<spark.version>3.1.2</spark.version>
<jackson.version>2.12.4</jackson.version>
<hadoop.version>3.3.1</hadoop.version>