fudianchn commented on PR #39243: URL: https://github.com/apache/shardingsphere/pull/39243#issuecomment-5152357313
Thanks @terrymanu. Spotless is fixed, and the branch is rebuilt to address two issues: 1. **Spotless violation** — a blank line in the test file lost its 4-space indentation (violating `indent_empty_lines=true` in `src/resources/spotless/java.xml`). Ran `./mvnw spotless:apply -Pcheck`; `spotless:check` now passes. 2. **Out-of-scope files removed** — the previous branch also bundled the openGauss LIMIT fix (PR #39242) via a stacked commit. The branch is now rebased on the latest `master` containing **only** the BINARY operator changes (`ConditionValueCompareOperatorGenerator.java` + its test). This keeps the two PRs cleanly separated. Verified: `Tests run: 14, Failures: 0` on `ConditionValueCompareOperatorGeneratorTest`, and `spotless:check` passes. 已修复 spotless 并重建分支:一是测试文件空行丢失 4 空格缩进的问题已修;二是该分支此前叠加了 #39242 的 openGauss LIMIT 改动,现已剥离,仅保留 BINARY operator 相关的两个文件,基于最新 master 重建。本地验证 14 个测试全绿,spotless:check 通过。 -- 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]
