[
https://issues.apache.org/jira/browse/PARQUET-1703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17009523#comment-17009523
]
ASF GitHub Bot commented on PARQUET-1703:
-----------------------------------------
gszadovszky commented on pull request #709: PARQUET-1703: Update API
compatibility check
URL: https://github.com/apache/parquet-mr/pull/709
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Update API compatibility check
> ------------------------------
>
> Key: PARQUET-1703
> URL: https://issues.apache.org/jira/browse/PARQUET-1703
> Project: Parquet
> Issue Type: Task
> Reporter: Gabor Szadovszky
> Assignee: Gabor Szadovszky
> Priority: Major
> Labels: pull-request-available
>
> The current API compatibility check is comparing the current version of
> parquet-mr to the release 1.7.0. It is not correct because several changes
> made in the public API since then which is not verified. Also, many packages
> are excluded from the check which are part of the public API. The semver
> plugin is also out of date and not maintained any more. The following tasks
> are to be done:
> * Find a good tool to check API compatibility
> * Always compare to the previous minor release on master (e.g. 1.11.0 before
> releasing 1.12.0)
> * Exclude only packages/classes that are clear to not being used by our
> clients
--
This message was sent by Atlassian Jira
(v8.3.4#803005)