aglinxinyuan opened a new pull request, #4411:
URL: https://github.com/apache/texera/pull/4411
### What changes were proposed in this PR?
Extend the Scala format check on CI and the local fix-format script to
enforce
`scalafixAll` in addition to `scalafmtAll`, and apply the resulting
unused-import
cleanups across the codebase.
### Any related issues, documentation, discussions?
Closes #4410
Unused imports introduced by PR #4342
### How was this PR tested?
- CI (`Build / scala`) runs the new `sbt "scalafixAll --check"` step on this
branch.
- Locally: `bin/fix-format.sh --scala` leaves the tree clean (no further
diff after running).
### Was this PR authored or co-authored using generative AI tooling?
No.
--
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]