spuru9 commented on PR #28962: URL: https://github.com/apache/flink/pull/28962#issuecomment-5285918346
@snuyanzin I've pushed that instead: `pom.xml`, no test code touched, `flink-table-type-utils` goes 151 → 418, CI green. I only relaxed `default-test`; the `**/*$*` on `integration-tests` still guards the Scala-generated `$$anon$` names. There is a issue: surefire then selects both the enclosing and the nested class, and JUnit only deduplicates within a fork — so 141 already-correct `@Nested` classes run twice (~3.3s, 0.07% of the `table` job). -- 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]
