Skip to content

Commit

Permalink
Add exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko authored Oct 18, 2023
1 parent fda0e10 commit a8dc89a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
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 a8dc89a

Please sign in to comment.