thswlsqls opened a new pull request, #8533:
URL: https://github.com/apache/paimon/pull/8533

   
   ### Purpose
   
   - Correct stale `paimon-codegen-loader` dependency comments that referred to 
modules depending on `paimon-core`.
   - The comments now describe the actual boundary guarded by `optional` and 
wildcard exclusions: modules depending on `paimon-codegen-loader` should not 
see `paimon-codegen` or its transitive dependencies.
   - No issue: typo/comment-only fix.
   
   ### Tests
   
   - Typo/wording fix, no behavior change — no test added.
   - `mvn spotless:check -pl paimon-codegen-loader` passed. Log: 
`output/20260710084732/logs/spotless-check.log`.
   - `mvn -pl paimon-codegen-loader -DfailIfNoTests=false clean install` 
passed. Log: `output/20260710084732/logs/clean-install.log`.
   
   
   git fetch upstream
   git log --oneline HEAD..upstream/master -- paimon-codegen-loader/pom.xml   # 
비어있음=안전, 출력=먼저 rebase
   ```
   git push -u origin fix/codegen-loader-dependency-comments
   gh pr create -R apache/paimon --base master --head 
thswlsqls:fix/codegen-loader-dependency-comments --title "[codegen-loader] Fix 
stale dependency comments" --body-file <this-file-body>
   ```
   
   ## 산출 메타 (contrib-validate)
   - 제목: [codegen-loader] Fix stale dependency comments
   - 작업 브랜치: fix/codegen-loader-dependency-comments
   - 연결 이슈: N/A
   - 제출: issue=N/A / pr=<pending>
   


-- 
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]

Reply via email to