yihua commented on issue #7147: URL: https://github.com/apache/hudi/issues/7147#issuecomment-1363603151
Hi @GoodJeek, Thanks for raising this issue. I cannot reproduce your compilation failure after pulling and compiling Hudi code from scratch in the console. These are the build commands I verified that are successful: ``` mvn clean package -DskipTests -Dspark3.2 -Dscala-2.12 mvn clean package -DskipTests -Dspark3.3 -Dscala-2.12 ``` If you are using IntelliJ IDE, you should follow the [developer setup](https://hudi.apache.org/contribute/developer-setup) on the Hudi website to properly compile and index the code. These two sections are relevant: [IDE Setup](https://hudi.apache.org/contribute/developer-setup#ide-setup) and [Running unit tests and local debugger via Intellij IDE](https://hudi.apache.org/contribute/developer-setup#running-unit-tests-and-local-debugger-via-intellij-ide). Closing this issue now as the problem cannot be reproduced. Feel free to reopen this issue if you still have a problem after following the above guide. -- 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]
