Re: Updates on 0.11.1 release

2022-06-10 Thread Y Ethan Guo
Thanks for chiming in, Danny and Nicolas. We should go for RC2 then. On Fri, Jun 10, 2022 at 11:25 AM Nicolas Paris wrote: > Thanks to the community support, I have closed that issue, and > commenting the reason. > > glad to see 0.11.1 soon > > > > On Fri Jun 10, 2022 at 11:33 AM CEST, Nicolas

Re: Updates on 0.11.1 release

2022-06-10 Thread Nicolas Paris
Thanks to the community support, I have closed that issue, and commenting the reason. glad to see 0.11.1 soon On Fri Jun 10, 2022 at 11:33 AM CEST, Nicolas Paris wrote: > Hi team > > I likely spotted a blocker issue with the incremental cleaning service > which is a blocker on our side to

Suggestion for KeyRangeLookupTree

2022-06-10 Thread 陆游
Hi Community, I found that the existing KeyRangeLookupTree implementation is Binary Sorting Tree. Although it is shuffled before insertion, it may still cause uneven distribution. I want to implement it as a Red Black Tree. What do you think? Thanks!

Re: Updates on 0.11.1 release

2022-06-10 Thread Nicolas Paris
Hi team I likely spotted a blocker issue with the incremental cleaning service which is a blocker on our side to scale cleaning on large tables. See https://github.com/apache/hudi/issues/5835 Please tell me if my email does not respect the release process On Wed Jun 8, 2022 at 1:39 AM CEST, Y