[
https://issues.apache.org/jira/browse/PARQUET-2371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17781607#comment-17781607
]
ASF GitHub Bot commented on PARQUET-2371:
-----------------------------------------
ConeyLiu commented on code in PR #1181:
URL: https://github.com/apache/parquet-mr/pull/1181#discussion_r1378434794
##########
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.18.1</japicmp.version>
+ <japicmp.version>0.18.2</japicmp.version>
Review Comment:
After reverting the version back to 0.16.0, the problem is gone.
> Resolve japicmp failure for CI
> ------------------------------
>
> Key: PARQUET-2371
> URL: https://issues.apache.org/jira/browse/PARQUET-2371
> Project: Parquet
> Issue Type: Improvement
> Components: parquet-mr
> Reporter: Atour Mousavi Gourabi
> Priority: Major
>
> Japicmp triggers on newly added methods, which have not been changed. This is
> likely a japicmp bug. Excludes should be added for the affected classes, as
> otherwise the CI job will not run anything after the japicmp goal. See the
> discussion at https://github.com/apache/parquet-mr/pull/1141.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)