Commits


Zhiyuan Zheng authored and Krisztián Szűcs committed cc5d6876206
ARROW-4467: [Rust] [DataFusion] Create a REPL & Dockerfile for DataFusion This pr contains a REPL implementation of DataFusion and create a Dockerfile for it. Which achieves the following workflow w/o coding: [https://gist.github.com/zhzy0077/4fd32795691ae7725a323d9a61e55c9d](https://gist.github.com/zhzy0077/4fd32795691ae7725a323d9a61e55c9d) Known Issue: 1. Don't support `unsigned` data types since `sqlparser-rs` haven't supported yet. 2. I don't know how to push docker images to `apache/arrow-datafusion`. Help wanted here @andygrove Author: Zhiyuan Zheng <zhiyuan.zheng@yandex.com> Closes #4147 from zhzy0077/master and squashes the following commits: deb83a75f <Zhiyuan Zheng> add dockerfile & update readme.md 1ca46d7d0 <Zhiyuan Zheng> Remove debug infos & add tests for create external table. babecc6cd <Zhiyuan Zheng> add repl for DataFusion