Skip to content

Commit

Permalink
Add japicmp exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko committed Oct 18, 2023
1 parent 460edb3 commit bde22f1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,17 @@
<!-- 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>
<!-- Already deprecated classes/methods/constants -->
<exclude>org.apache.parquet.hadoop.thrift.ThriftReadSupport#setProjectionPushdown(org.apache.hadoop.mapred.JobConf,java.lang.String)</exclude>
<exclude>org.apache.parquet.hadoop.thrift.ThriftReadSupport#THRIFT_COLUMN_FILTER_KEY</exclude>
<exclude>org.apache.parquet.thrift.projection.deprecated.DeprecatedFieldProjectionFilter</exclude>
<!--
Got this from:
org.apache.parquet.thrift.projection.FieldProjectionFilter[org.apache.parquet.thrift.projection.FieldProjectionFilter]:INTERFACE_REMOVED
But it didn't change, only the @Deprecated annotation was added
-->
<exclude>org.apache.parquet.thrift.projection.FieldProjectionFilter</exclude>
</excludes>
</parameter>
</configuration>
Expand Down

0 comments on commit bde22f1

Please sign in to comment.