zeroshade opened a new pull request, #14985: URL: https://github.com/apache/arrow/pull/14985
The Go 1.17 build/run for Debian uses the docker image to run the tests, which will have the correct Go version, but uses the Runner's version of Go for running the benchmarking. As a result, the Go1.17 run wasn't using Go1.17 for the benchmark runs. In addition because the compute package is no longer an entirely separate module, it's not necessary to explicitly have the `go_bench.sh` script separately invoke the compute package's benchmarks. They will be included with `./...` when run with Go >= 1.18 -- 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