This is an automated email from the ASF dual-hosted git repository.
wgtmac 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 7469faa48 Bump parquet-format to 2.13.0 (#3611)
7469faa48 is described below
commit 7469faa48a2da332331b1b23b7771c2958b3178d
Author: Gang Wu <[email protected]>
AuthorDate: Sat Jun 13 20:16:38 2026 +0800
Bump parquet-format to 2.13.0 (#3611)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9eb31d5ee..4ffbb0f1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,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.12.0</parquet.format.version>
+ <parquet.format.version>2.13.0</parquet.format.version>
<previous.version>1.17.0</previous.version>
<thrift.executable>thrift</thrift.executable>
<format.thrift.executable>${thrift.executable}</format.thrift.executable>