Re: Re: [DISCUSS][Java] Adding GC-Based reference management strategy for buffers

2021-10-06 Thread Laurent Goujon
Unless I missed something in the big picture, but it seems that using a GC based approach would make things much inefficient in terms of memory management and would cause probably quite the confusion for all the systems out there which rely on refcounting for keeping things in check, I'm not sure w

Re: [Rust] Heads up: RUSTSEC security advisory against arrow-rs

2021-10-06 Thread Andrew Lamb
I have incorporated feedback into a proposal [1] of how to handle validation of arguments to ArrayData::new, and would appreciate further review [1] https://github.com/apache/arrow-rs/issues/817 On Fri, Oct 1, 2021 at 6:44 AM Andrew Lamb wrote: > Thank you Antoine, > > The C++ validation routin