kou commented on a change in pull request #11566:
URL: https://github.com/apache/arrow/pull/11566#discussion_r738730835
##########
File path: go/parquet/writer_properties.go
##########
@@ -18,7 +18,7 @@ package parquet
import (
"github.com/apache/arrow/go/arrow/memory"
Review comment:
Umm...
How about the following approach?
1. master doesn't use `/vX` suffix.
2. We add `/vX` suffix including `github.com/apache/arrow/go/arrow/` in
`go/parquet/`.
3. We create `go/arrow/vX.Y.Z` and `go/parquet/vX.Y.Z` tags in
https://cwiki.apache.org/confluence/display/ARROW/Release+Management+Guide#ReleaseManagementGuide-Sourcereleaseandvote
phase (just after `git push -u apache apache-arrow-<version>`) not
`dev/release/post-13-go.sh` phase.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]