mgorny commented on issue #47252: URL: https://github.com/apache/arrow/issues/47252#issuecomment-3266962808
Ah, sorry, I should've probably linked the original misfiled bug report: https://github.com/narwhals-dev/narwhals/issues/2921 It's definitely not trivial to reproduce, but it definitely happens on a clean Gentoo container. To simplify/update the instructions from the other bug: ``` docker run -it gentoo/stage3 ``` Inside it: ``` # grab the today's repository snapshot emerge-webrsync # update post-snapshot emerge --sync # set up the gpg binpkg verification getuto # to test the git version (this will work once mirrors sync up) printf 'dev-libs/apache-arrow **\ndev-python/pyarrow **\n' >> /etc/portage/package.accept_keywords/local.conf # build and install it emerge -1vg --jobs pyarrow ``` I've pushed the git ebuilds today, so they aren't on all mirrors yet — so this will use 21.0.0 if you're not lucky, but I can reliably reproduce it against all versions. I can try digging deeper but I'd use some suggestions on what to look at. -- 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