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 b69149fda Bump Parquet Format to 2.11 (#3181)
b69149fda is described below
commit b69149fdae6bcc3f35cfcb0352fee202bbca045d
Author: Fokko Driesprong <[email protected]>
AuthorDate: Mon Mar 31 23:11:02 2025 +0200
Bump Parquet Format to 2.11 (#3181)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c81f6f9af..cd4b8c787 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,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.10.0</parquet.format.version>
+ <parquet.format.version>2.11.0</parquet.format.version>
<previous.version>1.15.1</previous.version>
<thrift.executable>thrift</thrift.executable>
<format.thrift.executable>${thrift.executable}</format.thrift.executable>