mocknen opened a new issue, #2691: URL: https://github.com/apache/arrow-datafusion/issues/2691
**Describe the bug** There is a [line](https://github.com/apache/arrow-datafusion/blob/9745fc4146ade60f3c46e72c5e46bacb5e11617f/datafusion-cli/Dockerfile#L24) in the Dockerfile that attempts to copy a directory that does not exist, causing the docker image to fail to build. **To Reproduce** ``` git clone https://github.com/apache/arrow-datafusion cd arrow-datafusion docker build -f datafusion-cli/Dockerfile . ``` **Expected behavior** Succeed to build a docker image. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
