pitrou commented on code in PR #13896:
URL: https://github.com/apache/arrow/pull/13896#discussion_r946869602
##########
dev/archery/archery/docker/core.py:
##########
@@ -56,6 +50,18 @@ def _sanitize_command(cmd):
'arm64v8': 'aarch64',
}
+_arrow_root = os.environ.get(
+ 'ARROW_ROOT',
+ os.path.abspath(__file__).rsplit("/", 5)[0]
Review Comment:
Ah. That pattern is actually copied from
https://github.com/apache/arrow/blob/master/dev/archery/archery/integration/util.py#L39-L42
Perhaps we should factor it out...
--
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]