zeroshade commented on code in PR #37785:
URL: https://github.com/apache/arrow/pull/37785#discussion_r1340501129


##########
go/parquet/internal/bmi/bmi_arm64.go:
##########
@@ -14,44 +14,51 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+//go:build !noasm
 // +build !noasm
 
 package bmi
 
 import (
+       "fmt"
        "os"
        "strings"
-)
-import (
-       "golang.org/x/sys/cpu"

Review Comment:
   It was a virtual machine launched via EC2 on AWS as a Debian 12 arm64 
machine. I'll launch a new one when i get a chance and paste the output of 
lscpu here later on



-- 
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]

Reply via email to