We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa41aa1 commit 427fe93Copy full SHA for 427fe93
pom.xml
@@ -571,6 +571,8 @@
571
</excludeModules>
572
<excludes>
573
<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>
576
<!-- Removal of a protected method in a class that's not supposed to be subclassed by third-party code -->
577
<exclude>org.apache.parquet.column.values.bytestreamsplit.ByteStreamSplitValuesReader#gatherElementDataFromStreams(byte[])</exclude>
578
<!-- Due to the removal of deprecated methods -->
0 commit comments