datafusion-ballista
datafusion-ballista copied to clipboard
Fix integration test for M1 Mac
Which issue does this PR close?
Closes #https://github.com/apache/arrow-ballista/issues/234
Rationale for this change
Docker on M1 Mac leverages aarch64 architecture by default. The current docker build is based on the x86_64 architecture and fails in case of aarch64
What changes are included in this PR?
- Force docker to use x86_64 architecture for docker build
- Fixes minor issues with respect to Ballista base docker version reference