jiayuasu opened a new pull request, #2801: URL: https://github.com/apache/sedona/pull/2801
## Summary - Replace `System.out.println` with SLF4J/Log4j loggers across test and main source files to eliminate console noise during Maven builds - Raise test log4j2 root logger level from `info` to `warn` across all modules (common, spark, flink) - Fix Scala compiler warnings: remove redundant import, fix unreachable code, add missing match cases, fix uninitialized variable order ## Test plan - [ ] Verify Maven build produces significantly fewer stdout log lines - [ ] Verify all existing tests still pass - [ ] Verify Scala compilation has no warnings Closes #2744 -- 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]
