Re: [Rust] DataFusion 8.0.0 release

2022-05-10 Thread Andy Grove
I am planning on cutting a release candidate later this week. I have 2 PRs related to release prep work that I would like to get merged prior to that: - https://github.com/apache/arrow-datafusion/pull/2479 - https://github.com/apache/arrow-datafusion/pull/2495 I also have these PRs for new featu

Re: [Rust] DataFusion 8.0.0 release

2022-05-04 Thread Andy Grove
Two issues came up during prep work for this release that I would appreciate some feedback on: - There is a circular dependency between different versions of the datafusion crates [1] - It looks like we have some inconsistencies in the way crates are organized in the repo [2] Thanks, Andy. [1]