zeroshade commented on code in PR #13768: URL: https://github.com/apache/arrow/pull/13768#discussion_r937880588
########## go/arrow/bitutil/bitmap_ops_avx2_amd64.s: ########## @@ -0,0 +1,192 @@ +//+build !noasm !appengine +// AUTO-GENERATED BY C2GOASM -- DO NOT EDIT Review Comment: the filenames actually have to match exactly between the `.s` and the `.go` files, so i can't easily add "generated" to the filenames here. The other generated files typically have a `.gen.go` extension in the repo. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org