ianmcook commented on pull request #9287:
URL: https://github.com/apache/arrow/pull/9287#issuecomment-769843489


   @kszucs we're getting two failures in `ctest` when the dependencies are 
installed with vcpkg:
   ```
   [ RUN      ] TestStatisticsSortOrder/0.MinMax
   D:/a/crossbow/crossbow/arrow/cpp/src/parquet/statistics_test.cc(667): error: 
Expected equality of these values:
     stats_[i].min()
       Which is: "\0\0\0\0"
     cc_metadata->statistics()->EncodeMin()
       Which is: "\x3\0\0\0"
   D:/a/crossbow/crossbow/arrow/cpp/src/parquet/statistics_test.cc(835): error: 
Expected: this->VerifyParquetStats() doesn't generate new fatal failures in the 
current thread.
     Actual: it does.
   [  FAILED  ] TestStatisticsSortOrder/0.MinMax, where TypeParam = struct 
parquet::PhysicalType<1> (0 ms)
   ```
   
   ```
   [ RUN      ] TestStatistic.Int32Extremums
   D:/a/crossbow/crossbow/arrow/cpp/src/parquet/statistics_test.cc(897): error: 
Expected equality of these values:
     stats->min()
       Which is: -2147483648
     expected_min
       Which is: 0
   [  FAILED  ] TestStatistic.Int32Extremums (0 ms)
   ```
   
   Do we need to apply a patch to one or more vcpkg ports to fix this? Is this 
why you apply 
[ci/vcpkg/ports.patch](https://github.com/apache/arrow/blob/master/ci/vcpkg/ports.patch)
 to the vcpkg sources when building wheels?


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


Reply via email to