dongjoon-hyun commented on code in PR #56504: URL: https://github.com/apache/spark/pull/56504#discussion_r3410081690
########## AGENTS.md: ########## @@ -156,6 +156,27 @@ DO NOT force push or use `--amend` on pushed commits unless the user explicitly Always get user approval before external operations such as pushing commits, creating PRs, or posting comments. Use `gh pr create` to open PRs. If `gh` is not installed, generate the GitHub PR URL for the user and recommend installing the GitHub CLI. +## Versioning and Branch Policy + +**If the PR is opened against a non-`master` base branch** (e.g. it targets `branch-4.x` directly), the target version is simply that base branch's version with `-SNAPSHOT` stripped — done; skip the rest of this section. Review Comment: According to the content, this PR is blocked by the following. - https://github.com/apache/spark/pull/56503 -- 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]
