wesm commented on PR #13557: URL: https://github.com/apache/arrow/pull/13557#issuecomment-1179447488
@nealrichardson @wjones127 @pitrou @paleolimbot so bizarrely, I had mistakenly used `alignas(64)` instead of `alignas(8)` with a struct member I added in #13521 -- I don't think that 64-byte alignment for that buffer should necessarily cause something to go wrong, but perhaps this mingw32 in question has a broken implementation of the C++11 `alignas` keyword? Really strange. In any case I'll clean this up and merge it so builds will stop failing -- 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]
