This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch fd-format in repository https://gitbox.apache.org/repos/asf/parquet-java.git
commit a286f495665ec60886e8f68b609f3813eadbd0e9 Author: Fokko Driesprong <[email protected]> AuthorDate: Mon Mar 31 15:39:59 2025 +0200 Bump Parquet Format to 2.11 --- 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>
