You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/08/21 20:17:48 UTC

[GitHub] [arrow-datafusion] andygrove commented on a change in pull request #919: Fix integration tests

andygrove commented on a change in pull request #919:
URL: https://github.com/apache/arrow-datafusion/pull/919#discussion_r693396719



##########
File path: dev/docker/ballista.dockerfile
##########
@@ -42,9 +42,9 @@ COPY datafusion-cli ./datafusion-cli/
 COPY datafusion-examples ./datafusion-examples/
 RUN cargo chef prepare --recipe-path recipe.json
 
-FROM base as cacher
-COPY --from=planner /tmp/ballista/recipe.json recipe.json
-RUN cargo chef cook $RELEASE_FLAG --recipe-path recipe.json
+# FROM base as cacher
+# COPY --from=planner /tmp/ballista/recipe.json recipe.json
+# RUN cargo chef cook $RELEASE_FLAG --recipe-path recipe.json

Review comment:
       I could use some help figuring out how to keep this working. See the issue for more details.




-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org