cloud-fan commented on PR #55878: URL: https://github.com/apache/spark/pull/55878#issuecomment-4453479314
ok new proposal implemented. The principle is actually the same as the old days, just with adoption to the new `.x` branch. The only difference is when the current release is between branch cut and rc cut. In the old days, e.g. when merge a PR to `master` and `branch-4.1` when 4.1 rc not cut yet, we set released versions to `[4.1.0, 4.2.0]`. The new proposal is to set `[4.1.0]`. This is corresponding to the row `master, branch-4.x, branch-4.2 -> [4.2.0]` in the table above. Let me know if this needs dev list discussion, or it's better to drop it to be safe. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
