sarutak opened a new pull request, #7031:
URL: https://github.com/apache/arrow-datafusion/pull/7031

   # Which issue does this PR close?
   
   Closes #7030
   
   # Rationale for this change
   
   Make the build success.
   
   # What changes are included in this PR?
   
   To fix this issue, we need to use Rust 1.70+ and the workspace inheritance 
feature. So this change proposes to do so in the Dockerfile.
   
   # Are these changes tested?
   
   Confirmed `docker build` and `docker run` works successfully.
   ```
   $ docker build -f datafusion-cli/Dockerfile . --tag datafusion-cli
   $ docker run -v /path/to/data/:/data -it --rm datafusion-cli:latest
   ```
   
   # Are there any user-facing changes?
   
   No.


-- 
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]

Reply via email to