Re: [VOTE] Release 0.12.1, release candidate #1

2022-10-03 Thread Sivabalan
-1 Looks like we missed to add license header to a text file. ./release/validate_staged_release.sh --release=0.12.1 --rc_num=1 /tmp/validation_scratch_dir_001 ~/Documents/personal/projects/nov26/hudi/scripts Downloading from svn co https://dist.apache.org/repos/dist/dev/hudi Validating

Re: [DISCUSS] Build tool upgrade

2022-10-03 Thread Prashant Wason
+1 for incremental builds with build cache which will be a huge prod bosot especially when working with multiple branches at the same time. Prashant On Mon, Oct 3, 2022 at 11:42 PM Alexey Kudinkin wrote: > I think full project build slowly gravitates towards 15min already (it’s > about

Re: [DISCUSS] Build tool upgrade

2022-10-03 Thread Alexey Kudinkin
I think full project build slowly gravitates towards 15min already (it’s about 12-14min on my 2021 Macbook). @Vinoth the most important aspect that Maven couldn’t provide us with are local incremental builds. Currently you have to build full dependency hierarchy of the project whenever you’re

Re: [DISCUSS] Build tool upgrade

2022-10-03 Thread Pratyaksh Sharma
My two cents. I have seen open source projects take more than 20-25 minutes for building on maven, so I guess we are fine for now. But we can definitely investigate and try to optimize if we can. On Sun, Oct 2, 2022 at 9:33 AM Shiyan Xu wrote: > Yes, Vinoth, agree on the efforts and impact