houqp commented on a change in pull request #912:
URL: https://github.com/apache/arrow-datafusion/pull/912#discussion_r693319749
##########
File path: datafusion-cli/Dockerfile
##########
@@ -21,8 +21,12 @@ COPY ./datafusion /usr/src/datafusion
COPY ./datafusion-cli /usr/src/datafusion-cli
+COPY ./ballista /usr/src/ballista
+
WORKDIR /usr/src/datafusion-cli
+RUN rustup component add rustfmt
Review comment:
Ha, good to know, I didn't know tonic_build depends on rustfmt by
default for code gen formatting :)
--
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]