Re: Follow up on ARROW-8451, datafusion part of Arrow

2020-04-14 Thread Rémi Dettai
Hi Wes ! Thanks for your reply, all much clearer now. I guess it is just a question of getting used to it :-) Remi Le mar. 14 avr. 2020 à 22:54, Wes McKinney a écrit : > hi Remi, > > It's no problem, it's a common question we get. Some developers > believe as a matter of principle that large p

Re: Follow up on ARROW-8451, datafusion part of Arrow

2020-04-14 Thread Wes McKinney
hi Remi, It's no problem, it's a common question we get. Some developers believe as a matter of principle that large projects should be broken up into many smaller repositories. Arrow is a different than many open source projects. Maintaining protocol-level interoperability (although note that Ru

Follow up on ARROW-8451, datafusion part of Arrow

2020-04-14 Thread Rémi Dettai
This is a follow up on https://issues.apache.org/jira/browse/ARROW-8451. First thanks for your answer! It's true that I was also surprised to see all implementations of Arrow mixed up in a single repository! I was really considering the separation of the repositories as a mean to separate concer