pitrou commented on a change in pull request #8437:
URL: https://github.com/apache/arrow/pull/8437#discussion_r503379785
##########
File path: cpp/src/arrow/compute/kernels/aggregate_test.cc
##########
@@ -1070,22 +1065,39 @@ TEST_F(TestVarStdKernelStability, Basics) {
VarianceOptions options{1}; // ddof = 1
this->AssertVarStdIs("[100000004, 100000007, 100000013, 100000016]",
options, 30.0);
this->AssertVarStdIs("[1000000004, 1000000007, 1000000013, 1000000016]",
options, 30.0);
+
+#ifndef __MINGW32__ // MinGW has precision issues
Review comment:
Ok, I've checked and there is no failure on Linux i386. It does seem
MinGW-related.
----------------------------------------------------------------
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]