[
https://issues.apache.org/jira/browse/PARQUET-1741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fokko Driesprong resolved PARQUET-1741.
---------------------------------------
Fix Version/s: 1.12.0
Resolution: Fixed
> APIs backward compatibility issues cause master branch build failure
> --------------------------------------------------------------------
>
> Key: PARQUET-1741
> URL: https://issues.apache.org/jira/browse/PARQUET-1741
> Project: Parquet
> Issue Type: Bug
> Components: parquet-mr
> Reporter: Junjie Chen
> Assignee: Junjie Chen
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.12.0
>
>
> The master branch build is broken due to API compatibility issues and the
> recent added API compatibility checking plugin.
>
> Jan 08, 2020 7:52:40 PM japicmp.output.incompatible.IncompatibleErrorOutput
> warn
> WARNING: Incompatibility detected: Requires semantic version level MAJOR:
> JApiMethod
> [oldMethod=org.apache.parquet.filter2.recordlevel.FilteringRecordMaterializer.getIndexFieldPathList(org.apache.parquet.io.PrimitiveColumnIO),
> newMethod=n.a., returnType=JApiReturnType
> [oldReturnTypeOptional=java.util.List, newReturnTypeOptional=value absent,
> changeStatus=REMOVED], getCompatibilityChanges()=[METHOD_REMOVED]]
> Jan 08, 2020 7:52:40 PM japicmp.output.incompatible.IncompatibleErrorOutput
> warn
> WARNING: Incompatibility detected: Requires semantic version level MAJOR:
> JApiMethod
> [oldMethod=org.apache.parquet.filter2.recordlevel.FilteringRecordMaterializer.intArrayToList(int[]),
> newMethod=n.a., returnType=JApiReturnType
> [oldReturnTypeOptional=java.util.List, newReturnTypeOptional=value absent,
> changeStatus=REMOVED], getCompatibilityChanges()=[METHOD_REMOVED]]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)