This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git


The following commit(s) were added to refs/heads/master by this push:
     new 7df2a4f0e PARQUET-2368: Update japicmp to 1.18.1 (#1176)
7df2a4f0e is described below

commit 7df2a4f0e5731f8b379d521495f92012e9ad5f71
Author: Fokko Driesprong <[email protected]>
AuthorDate: Thu Oct 19 08:48:42 2023 +0200

    PARQUET-2368: Update japicmp to 1.18.1 (#1176)
    
    * PARQUET-2368: Update japicmp to 1.18.1
    
    * Add exclusions
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 90e3d5a7e..c95b5c9e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
@@ -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>

Reply via email to