Junjie Chen created PARQUET-1741:
------------------------------------
Summary: 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
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)