Re: [Rust] Creating a separate branch for Arrow Partuet writer until next release

2020-08-08 Thread Wes McKinney
Having a feature branch for large projects is perfectly manageable as long as it's rebased fairly frequently (just be SURE not to accidentally force push master) and PRs are careful to target the feature branch instead of master (our PR merge tool will respect the target branch of the PR), so this

[Rust] Creating a separate branch for Arrow Partuet writer until next release

2020-08-08 Thread Neville Dipale
Good day, This relates to https://github.com/apache/arrow/pull/7319 (ARROW-8289) In the past few months we haven't had enough review bandwidth on Rust's Parquet implementation (mostly relying on Chao for non-trivial reviews), and given the amount of work needed for an Arrow writer + the interest