PDGGK commented on PR #10532: URL: https://github.com/apache/seatunnel/pull/10532#issuecomment-5009469815
Thanks @DanielLeens — I looked into the failing Build lane. The `unit-test` job hit a compile error in one of my own added tests: `RecordingConnection.isClosed()` clashed with `java.sql.Connection.isClosed()` (the helper was package-private, so it was trying to override the public interface method with weaker access), which cascaded the other lanes. Renamed the helper to `wasClosed()` and pushed (`9a83d1c`); the Build is re-running now. I will confirm once it settles green — thanks for offering to look at the failing lane. -- 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]
