ashishmgofficial opened a new issue #2006: URL: https://github.com/apache/hudi/issues/2006
Unable to build Hudi. Getting following error when executing : `mvn clean package -DskipTests -DskipITs` ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile (default-testCompile) on project hudi-client: Compilation failure: Compilation failure: [ERROR] /c/Studies/bigDataLearning/Hudi/hudi/hudi-client/src/test/java/org/apache/hudi/table/action/commit/TestCopyOnWriteActionExecutor.java:[414,45] incompatible types: java.util.List<java.util.List> cannot be converted to java.util.List<java.util.List<org.apache.hudi.client.WriteStatus>> [ERROR] /c/Studies/bigDataLearning/Hudi/hudi/hudi-client/src/test/java/org/apache/hudi/table/action/commit/TestCopyOnWriteActionExecutor.java:[427,45] incompatible types: java.util.List<java.util.List> cannot be converted to java.util.List<java.util.List<org.apache.hudi.client.WriteStatus>> [ERROR] /c/Studies/bigDataLearning/Hudi/hudi/hudi-client/src/test/java/org/apache/hudi/table/TestHoodieMergeOnReadTable.java:[1437,47] incompatible types: java.util.List<java.util.List> cannot be converted to java.util.List<java.util.List<org.apache.hudi.client.WriteStatus>> ``` ---------------------------------------------------------------- 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]
