Re: Experiment with DataFusion + Pyarrow

2020-10-21 Thread Antoine Pitrou
Very promising, congratulations :-) Le 20/10/2020 à 18:35, Jorge Cardoso Leitão a écrit : > Hi, > > Over the past few weeks I have been running an experiment whose main goal > is to run a query in (Rust's) DataFusion and use Python on it so that we > can embed the Python's ecosystem on the que

Re: Experiment with DataFusion + Pyarrow

2020-10-20 Thread Wes McKinney
Exciting to see, this is exactly the kind of interop we've been working diligently toward since the start of the project! On Tue, Oct 20, 2020 at 11:54 AM Micah Kornfield wrote: > > Really cool work. Very nice to see this type of integration! > > On Tue, Oct 20, 2020 at 9:35 AM Jorge Cardoso Lei

Re: Experiment with DataFusion + Pyarrow

2020-10-20 Thread Micah Kornfield
Really cool work. Very nice to see this type of integration! On Tue, Oct 20, 2020 at 9:35 AM Jorge Cardoso Leitão < jorgecarlei...@gmail.com> wrote: > Hi, > > Over the past few weeks I have been running an experiment whose main goal > is to run a query in (Rust's) DataFusion and use Python on it