ArchangeGabriel opened a new issue #12681:
URL: https://github.com/apache/arrow/issues/12681


   While building for Arch Linux, I’m observing 4 tests failures in the 
aforementioned suite:
   ```
   [ RUN      ] TestRandomInt64QuantileKernel.Overlapped
   
/build/arrow/src/apache-arrow-7.0.0/cpp/src/arrow/compute/kernels/aggregate_test.cc:3234:
 Failure
   Value of: (quantiles[j] == numeric_scalar->value) || 
(std::isnan(quantiles[j]) && std::isnan(numeric_scalar->value))
     Actual: false
   Expected: true
   [  FAILED  ] TestRandomInt64QuantileKernel.Overlapped (6 ms)
   ```
   ```
   [ RUN      ] TestRandomInt64QuantileKernel.Sliced
   
/build/arrow/src/apache-arrow-7.0.0/cpp/src/arrow/compute/kernels/aggregate_test.cc:3234:
 Failure
   Value of: (quantiles[j] == numeric_scalar->value) || 
(std::isnan(quantiles[j]) && std::isnan(numeric_scalar->value))
     Actual: false
   Expected: true
   [  FAILED  ] TestRandomInt64QuantileKernel.Sliced (25 ms)
   ```
   ```
   [ RUN      ] TestRandomFloatQuantileKernel.Exact
   
/build/arrow/src/apache-arrow-7.0.0/cpp/src/arrow/compute/kernels/aggregate_test.cc:3234:
 Failure
   Value of: (quantiles[j] == numeric_scalar->value) || 
(std::isnan(quantiles[j]) && std::isnan(numeric_scalar->value))
     Actual: false
   Expected: true
   [  FAILED  ] TestRandomFloatQuantileKernel.Exact (0 ms)
   ```
   ```
   [ RUN      ] TestRandomFloatQuantileKernel.Sliced
   
/build/arrow/src/apache-arrow-7.0.0/cpp/src/arrow/compute/kernels/aggregate_test.cc:3234:
 Failure
   Value of: (quantiles[j] == numeric_scalar->value) || 
(std::isnan(quantiles[j]) && std::isnan(numeric_scalar->value))
     Actual: false
   Expected: true
   
/build/arrow/src/apache-arrow-7.0.0/cpp/src/arrow/compute/kernels/aggregate_test.cc:3234:
 Failure
   Value of: (quantiles[j] == numeric_scalar->value) || 
(std::isnan(quantiles[j]) && std::isnan(numeric_scalar->value))
     Actual: false
   Expected: true
   
/build/arrow/src/apache-arrow-7.0.0/cpp/src/arrow/compute/kernels/aggregate_test.cc:3234:
 Failure
   Value of: (quantiles[j] == numeric_scalar->value) || 
(std::isnan(quantiles[j]) && std::isnan(numeric_scalar->value))
     Actual: false
   Expected: true
   
/build/arrow/src/apache-arrow-7.0.0/cpp/src/arrow/compute/kernels/aggregate_test.cc:3234:
 Failure
   Value of: (quantiles[j] == numeric_scalar->value) || 
(std::isnan(quantiles[j]) && std::isnan(numeric_scalar->value))
     Actual: false
   Expected: true
   [  FAILED  ] TestRandomFloatQuantileKernel.Sliced (0 ms)
   ```
   They are also happening with 6.0.1, but were not sometime ago so I suspect 
an update in some of arrow dependencies to be responsible for this. I’m happy 
to provide any information that could be useful, but I don’t want to create an 
account on JIRA, I try to limit the number of accounts I have everywhere.


-- 
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]


Reply via email to