[
https://issues.apache.org/jira/browse/PARQUET-2379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17787906#comment-17787906
]
ASF GitHub Bot commented on PARQUET-2379:
-----------------------------------------
wgtmac commented on PR #219:
URL: https://github.com/apache/parquet-format/pull/219#issuecomment-1818627845
Thanks @gszadovszky!
Could you help me on the step 3 of the link below? It seems that I don't
have the permission.
https://parquet.apache.org/docs/contribution-guidelines/releasing/#3-copy-the-release-artifacts-in-svn-into-releases
```
mkdir parquet
cd parquet
svn co https://dist.apache.org/repos/dist/dev/parquet candidates
svn co https://dist.apache.org/repos/dist/release/parquet releases
cp -r candidates/apache-parquet-format-2.10.0-rc0/
releases/apache-parquet-format-2.10.0
cd releases
svn add apache-parquet-format-2.10.0
svn ci -m "Parquet Format: Add release 2.10.0"
```
> [Format] Update changelog for 2.10.0
> ------------------------------------
>
> Key: PARQUET-2379
> URL: https://issues.apache.org/jira/browse/PARQUET-2379
> Project: Parquet
> Issue Type: Task
> Components: parquet-format
> Affects Versions: format-2.10.0
> Reporter: Gang Wu
> Assignee: Gang Wu
> Priority: Major
> Fix For: format-2.10.0
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)