This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
The following commit(s) were added to refs/heads/master by this push:
new 0d25e13ff MINOR: Bump parquet-format to 2.12.0 (#3285)
0d25e13ff is described below
commit 0d25e13ff6d6a3e0582f79b972fb622d7a0c9b60
Author: Gang Wu <[email protected]>
AuthorDate: Thu Aug 28 23:03:55 2025 +0800
MINOR: Bump parquet-format to 2.12.0 (#3285)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d14f9f4f3..a9a1c696e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,7 +85,7 @@
<shade.prefix>shaded.parquet</shade.prefix>
<!-- Guarantees no newer classes/methods/constants are used by parquet. -->
<hadoop.version>3.3.0</hadoop.version>
- <parquet.format.version>2.11.0</parquet.format.version>
+ <parquet.format.version>2.12.0</parquet.format.version>
<previous.version>1.15.1</previous.version>
<thrift.executable>thrift</thrift.executable>
<format.thrift.executable>${thrift.executable}</format.thrift.executable>