wgtmac commented on code in PR #61:
URL: https://github.com/apache/parquet-site/pull/61#discussion_r1664990537


##########
content/en/docs/Contribution Guidelines/releasing.md:
##########
@@ -1,9 +1,9 @@
 ---
-title: "Releasing Parquet"
-linkTitle: "Releasing Parquet"
+title: "Releasing Parquet-Java"
+linkTitle: "Releasing Parquet-Java"
 weight: 4
 description: >
-  How to release Parquet
+  How to release Parquet-Java

Review Comment:
   Releasing parquet-format is pretty much the same process as releasing 
parquet-java. Perhaps we can add a line to explain this?



##########
content/en/docs/Contribution Guidelines/releasing.md:
##########
@@ -173,3 +173,18 @@ Update the downloads page on parquet.apache.org. 
Instructions for updating the s
     Java artifacts are available from Maven Central.
 
     Thanks to everyone for contributing!
+
+#### 6\. Update parquet-format with feature enablement guidance
+
+The recommendations for other feature enablement is generally tied to releases 
of
+parquet-java (details are in the parquet-format repo).  As releases are made 
the
+specification should be updated to indicate the recommended dates for when a 
new
+feature may be enabled.
+
+
+### Release Cadence
+
+Provided enough volunteers are available the Parquet community aims to have
+releases on a quarterly basis (Targets months are January, April, July and
+October). If a new major version is necessary it will be targetted for the

Review Comment:
   I'm fine to release a major version in every October.
   
   However, as I have mentioned in 
https://github.com/apache/parquet-format/pull/258#discussion_r1660557601, a lot 
of deprecations are marked to be removed in 2.0.0 like 
https://github.com/apache/parquet-java/blob/e6d7728267691a1ff433358b6c60d0cae38b5e36/parquet-common/src/main/java/org/apache/parquet/Closeables.java#L29.
   
   Perhaps this October we should just release 1.15.0 to keep the API 
compatibility. We have enough time to prepare for 2.0.0 next year.
   
   cc @gszadovszky @Fokko @julienledem 



-- 
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: dev-unsubscr...@parquet.apache.org

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

Reply via email to