Skip to content

Commit 3b02e45

Browse files
authored
MINOR: Bump avro.version from 1.11.4 to 1.11.5 (#3348)
1 parent 0fea3e1 commit 3b02e45

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

parquet-avro/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,17 @@
222222
</executions>
223223
</plugin>
224224

225+
<plugin>
226+
<groupId>org.apache.maven.plugins</groupId>
227+
<artifactId>maven-surefire-plugin</artifactId>
228+
<configuration>
229+
<systemPropertyVariables>
230+
<!-- We need to set this system property to allow Avro to serialize these classes via the specific/reflect models -->
231+
<org.apache.avro.SERIALIZABLE_CLASSES>java.math.BigDecimal</org.apache.avro.SERIALIZABLE_CLASSES>
232+
</systemPropertyVariables>
233+
</configuration>
234+
</plugin>
235+
225236
</plugins>
226237
</build>
227238

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<fastutil.version>8.5.15</fastutil.version>
9797
<semver.api.version>0.9.33</semver.api.version>
9898
<slf4j.version>1.7.33</slf4j.version>
99-
<avro.version>1.11.4</avro.version>
99+
<avro.version>1.11.5</avro.version>
100100
<guava.version>33.4.0-jre</guava.version>
101101
<brotli-codec.version>0.1.1</brotli-codec.version>
102102
<mockito.version>1.10.19</mockito.version>

0 commit comments

Comments
 (0)