We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375de55 commit 92f45c2Copy full SHA for 92f45c2
1 file changed
pom.xml
@@ -92,8 +92,9 @@
92
<javax.annotation.version>1.3.2</javax.annotation.version>
93
<spotless.version>2.30.0</spotless.version>
94
<shade.prefix>shaded.parquet</shade.prefix>
95
+ <!-- Guarantees no newer classes/methods/constants are used by parquet. -->
96
<hadoop.version>3.3.0</hadoop.version>
- <parquet.format.version>2.11.0-SNAPSHOT</parquet.format.version>
97
+ <parquet.format.version>2.11.0</parquet.format.version>
98
<previous.version>1.15.1</previous.version>
99
<thrift.executable>thrift</thrift.executable>
100
<format.thrift.executable>${thrift.executable}</format.thrift.executable>
0 commit comments