Re: [DISCUSS] Build tool upgrade

2022-10-17 Thread zhaojing yu
I have experienced some gradle development projects and want to share some thoughts. The flexibility and faster speed of gradle itself can certainly bring some advantages, but it will also greatly increase the troubleshooting time due to the bugs of gradle itself, and gradle DSL is very different

Re: want to be contributor

2022-10-17 Thread Gary Li
Done and welcome! Gary On Mon, Oct 17, 2022 at 5:03 PM weeming <292619...@qq.com.invalid> wrote: > Hi, > > I want to contribute to Apache Hudi. > > Would you please give me the contributor permission? > > My JIRA ID isweiming

Re: [DISCUSS] Build tool upgrade

2022-10-17 Thread Gary Li
Hi folks, I'd share my thoughts as well. I personally won't build the whole project too often, only before push to the remote branch or make big changes in different modules. If I just make some changes and run a test, the IDE will only build the necessary modules I believe. In addition, each

Re: [DISCUSS] Build tool upgrade

2022-10-17 Thread Danny Chan
I have a full experience with how Apache Calcite switches from Maven to Gradle, and I want to share some thoughts. The gradle build is fast, but it relies heavily on its local cache, usually it needs too much time to download these cache jars because gradle upgrade itself very frequently. The