-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Improvement] iceberg/iceberg-common module not going through spotless check when compiling IRC binary #5937
Labels
Comments
@puchengy So could you explain the "Compiling IRC Binary" part? Thanks. |
@cool9850311 sure, when running |
cool9850311
added a commit
to cool9850311/gravitino
that referenced
this issue
Jan 3, 2025
…ebergRESTServer What changes were proposed in this pull request? Add spotlessCheck to iceberg-common module on compileIcebergRESTServer Why are the changes needed? Fix: apache#5937 Does this PR introduce any user-facing change? no How was this patch tested? Break style by adding spaces to any java file in iceberg-common module, and test it by running ./gradlew compileIcebergRESTServer -x test
cool9850311
added a commit
to cool9850311/gravitino
that referenced
this issue
Jan 3, 2025
…ebergRESTServer What changes were proposed in this pull request? Add spotlessCheck to iceberg-common module on compileIcebergRESTServer Why are the changes needed? Fix: apache#5937 Does this PR introduce any user-facing change? no How was this patch tested? Break style by adding spaces to any java file in iceberg-common module, and test it by running ./gradlew compileIcebergRESTServer -x test
cool9850311
added a commit
to cool9850311/gravitino
that referenced
this issue
Jan 4, 2025
…d script ### What changes were proposed in this pull request? Added configuration to ensure that subprojects using the 'com.diffplug.spotless' plugin are included in the 'spotlessCheck' task dependencies. ###Why are the changes needed? Fix: apache#5937 ###Does this PR introduce any user-facing change? no ###How was this patch tested? Break style by adding spaces to any java file in iceberg-common module, and test it by running ./gradlew compileIcebergRESTServer -x test check dependence trees by running ./gradlew compileIcebergRESTServer taskTree
jerryshao
pushed a commit
that referenced
this issue
Jan 6, 2025
…pt (#6077) ### What changes were proposed in this pull request? Added configuration to ensure that subprojects using the 'com.diffplug.spotless' plugin are included in the 'spotlessCheck' task dependencies. ### Why are the changes needed? Fix: #5937 ### Does this PR introduce any user-facing change? no ### How was this patch tested? Break style by adding spaces to any java file in iceberg-common module, and test it by running ./gradlew compileIcebergRESTServer -x test check dependence trees by running ./gradlew compileIcebergRESTServer taskTree
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
What would you like to be improved?
iceberg/iceberg-common
module is not having spotless check at least when compiling IRC binaryHow should we improve?
The compiling process should fail with error message to fix the module code style
The text was updated successfully, but these errors were encountered: