Bump Parquet Format to 2.11
diff --git a/pom.xml b/pom.xml
index c81f6f9..cd4b8c7 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>