Skip to content

Commit 427fe93

Browse files
authored
MINOR: japicmp checks are failing after Java 11 release (#3388)
1 parent aa41aa1 commit 427fe93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,8 @@
571571
</excludeModules>
572572
<excludes>
573573
<exclude>${shade.prefix}</exclude>
574+
<!-- JDK 11 adds interface methods/bridges on PrimitiveIterator.OfInt; ignore japicmp source incompatibility -->
575+
<exclude>org.apache.parquet.internal.column.columnindex.IndexIterator</exclude>
574576
<!-- Removal of a protected method in a class that's not supposed to be subclassed by third-party code -->
575577
<exclude>org.apache.parquet.column.values.bytestreamsplit.ByteStreamSplitValuesReader#gatherElementDataFromStreams(byte[])</exclude>
576578
<!-- Due to the removal of deprecated methods -->

0 commit comments

Comments
 (0)