thswlsqls opened a new pull request, #8512:
URL: https://github.com/apache/paimon/pull/8512
### Purpose
fix #2917
- The partition-filter description in the `compact` procedure defines `";"
means "OR"`, but the following example describes `'date=01;date=02'` as
"date=01 and date=02" — contradicting the definition.
- Changes "and" to "or" so the example matches the `;`=OR definition.
- The parallel `,`=AND example ("date=01 and day=01" → `'date=01,day=01'`)
and the sibling page `spark/procedures.md` are already consistent, isolating
this single wrong word.
### Tests
- Documentation-only wording fix, no behavior change — no test added.
- Correction is self-evident from the same paragraph's `;`=OR definition and
the consistent Spark sibling doc. Docs-only change, no module build.
--
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]