Copilot commented on code in PR #50949:
URL: https://github.com/apache/arrow/pull/50949#discussion_r3861569074


##########
compose.yaml:
##########
@@ -302,8 +302,10 @@ services:
     volumes: &conda-volumes
       - .:/arrow:delegated
       - ${DOCKER_VOLUME_PREFIX}conda-ccache:/ccache:delegated
+    # WORKAROUND: Revert export after S3 is moved out of libarrow (GH-50194)

Review Comment:
   The comment says “Revert export…”, but this change is not reverting 
anything; it is adding a temporary CMake-arg override. Rewording will make the 
intent clearer (especially since the command anchor is reused by other 
services).



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