You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by fo...@apache.org on 2023/04/19 20:47:38 UTC

[parquet-mr] 01/01: PARQUET-2291: Remove lingering japicmp exclusions

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

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

commit fa7baac7580df0e17ab0d251300e5f0766d198d0
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Wed Apr 19 22:47:32 2023 +0200

    PARQUET-2291: Remove lingering japicmp exclusions
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9f55a0688..10eb3f550 100644
--- a/pom.xml
+++ b/pom.xml
@@ -551,12 +551,6 @@
             </excludeModules>
             <excludes>
               <exclude>${shade.prefix}</exclude>
-              <!-- In PARQUET-2052 this field is changed from int to long which is a minor API
-                change to fix a integer overflow issue.
-                TODO: remove this after Parquet 1.13 release -->
-              <exclude>org.apache.parquet.column.values.dictionary.DictionaryValuesWriter#dictionaryByteSize</exclude>
-              <!-- In PARQUET-2158 the return type of PathGlobPattern was changed to be compatible with Hadoop 3 -->
-              <exclude>org.apache.parquet.thrift.projection.deprecated.PathGlobPattern</exclude>
             </excludes>
           </parameter>
         </configuration>