Andy Grove
Andy Grove
Thanks again @mingmwang
I confirmed that I can now build docker images and run docker compose on Mac M1. Thanks @rahulpenti and @avantgardnerio
Thanks @rahulpenti. I am testing this now and see an issue when I run this on Ubuntu with an AMD processor: ``` Step 11/41 : RUN CPU_ARCH=`uname -m` && if...
Extra context: ``` $ uname -m x86_64 ```
@rahulpenti Sorry for the delay in reviewing, but there has been a lot of work going on around docker and deployment. When you have the time, would you mind rebasing?
This is looking good. Thanks @r4ntix. I left some feedback.
This is looking good @r4ntix. Did you need any help with the CI failures? ``` failures: context::tests::test_aggregate_func context::tests::test_ballista_show_tables context::tests::test_show_tables_not_with_information_schema ```
@r4ntix I took the liberty of merging latest from master and fixing merge conflicts
Thanks, @mingmwang. I plan on starting to review this tomorrow.
@mingmwang I have taken a first pass through this PR and I think it looks good. I am going to spend some time testing out the PR locally. It would...