bhasudha commented on issue #1943: URL: https://github.com/apache/hudi/issues/1943#issuecomment-675787730
@wfhartford I am doubting the issue is coming from how you built Hudi for scala 2.12. Can you confirm if this is how you are building Hudi from source with Scala 2.12 ? - `mvn clean package -DskipTests -DskipITs -Dscala-2.12` ( [Instructions here ](https://github.com/apache/hudi#build-with-scala-212)) ( assuming you are changing the pom file for Kotlin version). The default profile is 2.11 unless specified. I am suspecting that why you see the issues. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
