Commits

Andy Grove authored 959e8c558fc
ARROW-10300: [Rust] Improve documentation for TPC-H benchmark The main change in this PR is adding documentation for converting `tbl` files to CSV and Parquet using a public Docker image from the Ballista project [1]. This is a short term solution until we can provide a utility within the Arrow Rust project and I filed https://issues.apache.org/jira/browse/ARROW-10464 for the longer-term solution. [1] https://github.com/ballista-compute/ballista Closes #8570 from andygrove/tpch-docs Authored-by: Andy Grove <andygrove73@gmail.com> Signed-off-by: Andy Grove <andygrove@nvidia.com>