edponce edited a comment on pull request #10395: URL: https://github.com/apache/arrow/pull/10395#issuecomment-849529970
The test for `double` type failed in AMD64-MinGW32 with a RapidJSON error message "Number too big to be stored in double". [I am not the first to encounter this error from RapidJSON](https://github.com/Tencent/rapidjson/issues/849). I disabled the tests that use `std::numeric_limits<double>::max()` to check if this is the triggering case. Indeed this was the case. Not sure of a current solution for this. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
