This is an automated email from the ASF dual-hosted git repository.
gangwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git
The following commit(s) were added to refs/heads/master by this push:
new 452c94d20 PARQUET-2383: Bump parquet-format to 2.10.0 (#1200)
452c94d20 is described below
commit 452c94d20abda0a83101d00f3b697e110d744942
Author: Gang Wu <[email protected]>
AuthorDate: Wed Nov 22 12:13:30 2023 +0800
PARQUET-2383: Bump parquet-format to 2.10.0 (#1200)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index da0cd9f3c..3e4164806 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@
<japicmp.version>0.18.2</japicmp.version>
<shade.prefix>shaded.parquet</shade.prefix>
<hadoop.version>3.3.5</hadoop.version>
- <parquet.format.version>2.9.0</parquet.format.version>
+ <parquet.format.version>2.10.0</parquet.format.version>
<previous.version>1.13.0</previous.version>
<thrift.executable>thrift</thrift.executable>
<format.thrift.executable>${thrift.executable}</format.thrift.executable>