You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/24 00:19:00 UTC

[GitHub] [arrow] kou commented on a diff in pull request #13427: ARROW-16892: [Dev][Release] Fix version sorting on merge_arrow script

kou commented on code in PR #13427:
URL: https://github.com/apache/arrow/pull/13427#discussion_r905609017


##########
dev/merge_arrow_pr.py:
##########
@@ -122,6 +122,31 @@ def fix_version_from_branch(branch, versions):
                     for project in SUPPORTED_PROJECTS]
 
 
+class ComparableVersion(object):

Review Comment:
   Please keep the PARQUET project support. We still sometimes use the PARQUET project: https://issues.apache.org/jira/issues/?jql=project%20%3D%20PARQUET%20AND%20status%20%3D%20Open%20AND%20component%20%3D%20parquet-cpp



-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org