Commits


Marius Seritan authored and Sutou Kouhei committed 5542206070d
ARROW-5785: [Rust] Make the datafusion cli dependencies optional Dependent crates may not want the rustyline dependency, specially since the nightly support seems to be custom. Introduce a "cli" feature to allow consumers to not bring in the cli depedencies. Author: Marius Seritan <github@winding-lines.com> Closes #4742 from winding-lines/master and squashes the following commits: 233158708 <Marius Seritan> Make the datafusion cli optional Dependent crates may not want the rustyline dependency, specially since the nightly support seems to be custom. Introduce a "cli" feature to allow consumers to not bring in the cli depedencies.