rahulpenti commented on issue #234: URL: https://github.com/apache/arrow-ballista/issues/234#issuecomment-1250322695
Docker on M1 leverages aarch64 which is causing the failure. The docker build code currently is based on x86_64 architecture. Support for x86_64 in Mac is provided using Rosetta. We can force docker to use it https://github.com/rahulpenti/arrow-ballista/pull/1 If we use Rosetta, the emulation is increasing the integration tests duration considerably. I think it is beneficial to add support for aarch64. https://github.com/rahulpenti/arrow-ballista/pull/2 (* This is my first contribution. Please do let me know if there is a discussion forum to propose such changes) -- 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]
