Skip to content

Commit

Permalink
PARQUET-2368: Update japicmp to 1.18.1 (apache#1176)
Browse files Browse the repository at this point in the history
* PARQUET-2368: Update japicmp to 1.18.1

* Add exclusions
  • Loading branch information
Fokko authored Oct 19, 2023
1 parent 354ddeb commit 7df2a4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<jackson.package>com.fasterxml.jackson</jackson.package>
<jackson.version>2.15.2</jackson.version>
<jackson-databind.version>2.15.2</jackson-databind.version>
<japicmp.version>0.16.0</japicmp.version>
<japicmp.version>0.18.1</japicmp.version>
<shade.prefix>shaded.parquet</shade.prefix>
<hadoop.version>3.3.5</hadoop.version>
<parquet.format.version>2.9.0</parquet.format.version>
Expand Down Expand Up @@ -544,6 +544,8 @@
<!-- japicmp is overly aggressive on interface types in signatures, a type was changed to a supertype but this still triggers it -->
<exclude>org.apache.parquet.hadoop.ColumnChunkPageWriteStore</exclude>
<exclude>org.apache.parquet.hadoop.ParquetRecordWriter</exclude>
<exclude>org.apache.parquet.proto.ProtoParquetReader#builder(org.apache.hadoop.fs.Path,boolean)</exclude>
<exclude>org.apache.parquet.proto.ProtoParquetReader#builder(org.apache.parquet.io.InputFile,boolean)</exclude>
</excludes>
</parameter>
</configuration>
Expand Down

0 comments on commit 7df2a4f

Please sign in to comment.