zeroshade commented on PR #323:
URL: https://github.com/apache/arrow-go/pull/323#issuecomment-2743703832

   > I noticed that this will also crash if I do not pass the noasm build tag, 
which is probably also a little unfortunate. This seems to be because the 
funclist in parquet/internal/bmi/bmi.go is empty. If you want I can add a 
default, so the funclist is always initialized with the fallback go 
implementation, unless overwritten.
   
   `bmi_arm64.go` should be used if `noasm` is not passed which will populate 
the funclist accordingly. We also have CI that runs on ARM64 both with and 
without the `noasm` build tag, so I'm confused why it would crash in your case. 


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