You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/03/22 11:56:49 UTC

[GitHub] [arrow] lidavidm commented on pull request #12683: ARROW-15987: [C++][FlightRPC] Work around arrow-flight-test crash on AppVeyor

lidavidm commented on pull request #12683:
URL: https://github.com/apache/arrow/pull/12683#issuecomment-1075085539


   The difference in packages installed is basically only grpc-cpp:
   
   ```diff
   --- bad.txt	2022-03-22 07:56:02.589401042 -0400
   +++ good.txt	2022-03-22 07:55:51.369332834 -0400
   @@ -43,8 +43,8 @@
      + gflags                                2.2.2  ha925a31_1004       conda-forge/win-64       80 KB
      + glog                                  0.5.0  h4797de2_0          conda-forge/win-64       90 KB
      + gmock                                1.11.0  h2d74725_0          conda-forge/win-64        8 MB
   -  + google-cloud-cpp                     1.38.0  h178cbb0_1          conda-forge/win-64       63 MB
   -  + grpc-cpp                             1.45.0  h7b4b439_0          conda-forge/win-64       26 MB
   +  + google-cloud-cpp                     1.38.0  haf58ea7_0          conda-forge/win-64       63 MB
   +  + grpc-cpp                             1.44.0  h7b4b439_1          conda-forge/win-64       24 MB
      + gtest                                1.11.0  h2d74725_0          conda-forge/win-64        5 MB
      + hypothesis                           6.39.4  pyhd8ed1ab_0        conda-forge/noarch      256 KB
      + idna                                    3.3  pyhd8ed1ab_0        conda-forge/noarch       55 KB
   @@ -61,7 +61,7 @@
      + libcurl                              7.82.0  h789b8ee_0          conda-forge/win-64      301 KB
      + libffi                                3.4.2  h8ffe710_5          conda-forge/win-64       41 KB
      + libglib                              2.70.2  h3be07f2_4          conda-forge/win-64        3 MB
   -  + libgoogle-cloud                      1.38.0  h178cbb0_1          conda-forge/win-64       10 KB
   +  + libgoogle-cloud                      1.38.0  haf58ea7_0          conda-forge/win-64       10 KB
      + libiconv                               1.16  he774522_0          conda-forge/win-64      Cached
      + liblapack                             3.9.0  5_hd5c7e75_netlib   conda-forge/win-64        3 MB
      + libllvm8                              8.0.0  2                   conda-forge/win-64       22 KB
   ```


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org