crepererum opened a new pull request #466:
URL: https://github.com/apache/arrow-datafusion/pull/466
Otherwise some docker versions complain about:
```text
docker: Error response from daemon: failed to create shim: OCI runtime
create failed: invalid mount {Destination:data Type:bind
Source:/var/lib/docker/volumes/8c57860badfdf66bd32f64fe4b22970bcbb1f0f13a5d134ec451458a823dec6f/_data
Options:[rbind]}: mount destination data not absolute: unknown.
```
Also see docs for `VOLUME` which suggest this path should be absolute:
https://docs.docker.com/engine/reference/builder/#volume
Fixes #465.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]