yadavay-amzn opened a new pull request, #15917:
URL: https://github.com/apache/iceberg/pull/15917
After #15288, the docs in `spark-writes.md` no longer match the actual
behavior for writing to branches.
**Changes:**
- Updated the branch creation note: the target branch may now be created
during writes (previously docs said it must exist beforehand)
- Replaced the incorrect statement "WAP branch and branch identifier cannot
both be specified" with the actual precedence rules from the code:
1. Identifier and option branches can't conflict — if both set, they must
match
2. Identifier and option branches take priority over the session WAP branch
3. If neither is set and WAP is enabled, the WAP branch is used
- Added note that WAP ID and WAP branch cannot be set at the same time
Closes #15916
--
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]