assignUser opened a new issue, #38429:
URL: https://github.com/apache/arrow/issues/38429
So to checksum, we require a shell command? Is that ok? Should
it be declared in SystemRequirements?
Alternatively, the `openssl` package can compute hashes, so we could depend
on that.
Or, perhaps: since the binaries require openssl on the system, if we're here
downloading, we've confirmed that it is present, so could we shell out to it
like `openssl dgst -sha512`?
_Originally posted by @nealrichardson in
https://github.com/apache/arrow/pull/38115#discussion_r1354932443_
--
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]