Skip to content

Commit 92f45c2

Browse files
committed
update to use the latest parquet-format release
1 parent 375de55 commit 92f45c2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@
9292
<javax.annotation.version>1.3.2</javax.annotation.version>
9393
<spotless.version>2.30.0</spotless.version>
9494
<shade.prefix>shaded.parquet</shade.prefix>
95+
<!-- Guarantees no newer classes/methods/constants are used by parquet. -->
9596
<hadoop.version>3.3.0</hadoop.version>
96-
<parquet.format.version>2.11.0-SNAPSHOT</parquet.format.version>
97+
<parquet.format.version>2.11.0</parquet.format.version>
9798
<previous.version>1.15.1</previous.version>
9899
<thrift.executable>thrift</thrift.executable>
99100
<format.thrift.executable>${thrift.executable}</format.thrift.executable>

0 commit comments

Comments
 (0)