pratyakshsharma commented on code in PR #18312: URL: https://github.com/apache/hudi/pull/18312#discussion_r2923239385
########## website/contribute/developer-setup.md: ########## @@ -196,7 +196,7 @@ We have embraced the code style largely based on [google format](https://google. When submitting a PR please make sure to NOT commit the changes mentioned in these steps, instead once testing is done make sure to revert the changes and then submit a pr. ::: -0. Build the project with the intended profiles via the `mvn` cli, for example for spark 3.5 use `mvn clean package -Dspark3.5 -Dscala-2.12 -DskipTests`. +0. Build the project with the intended profiles via the `mvn` cli, for example for spark 3.5 use `mvn clean package -Dspark3.5 -Dscala-2.12 -Dflink1.20 -DskipTests`. Review Comment: Let us mention explicitly that users need to supply both spark and flink profiles in order to build successfully. -- 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]
