novatechflow commented on PR #646: URL: https://github.com/apache/wayang/pull/646#issuecomment-3717696721
This is a likely Scala version mismatch. `scala.annotation.JvmOverloads` isn’t available in the Scala version used by CI (likely 2.11), but my local build uses a newer Scala, so it compiled locally with Scala version 2.12.17 - it's a bit surprising since it runs locally. ```mvn -q -Dexpression=scala.version help:evaluate -DforceStdout``` `2.12.17% ` -- 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]
