Skip to content

Conversation

@kou
Copy link
Member

@kou kou commented Jul 3, 2019

@kszucs kszucs force-pushed the cpp-c-ares-require-cmake-config branch 2 times, most recently from a8e255d to 4d3b6e2 Compare July 4, 2019 14:12
@kou kou force-pushed the cpp-c-ares-require-cmake-config branch from 4d3b6e2 to 4b4c7a3 Compare July 4, 2019 20:51
@codecov-io
Copy link

codecov-io commented Jul 5, 2019

Codecov Report

Merging #4783 into master will increase coverage by 16.81%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master    #4783       +/-   ##
===========================================
+ Coverage   72.26%   89.08%   +16.81%     
===========================================
  Files         822      720      -102     
  Lines      107713   100086     -7627     
  Branches     1418        0     -1418     
===========================================
+ Hits        77844    89157    +11313     
+ Misses      29507    10929    -18578     
+ Partials      362        0      -362
Impacted Files Coverage Δ
cpp/src/arrow/testing/gtest_util.h 97.36% <0%> (-2.64%) ⬇️
cpp/src/arrow/compute/kernel.h 61.16% <0%> (-1.53%) ⬇️
cpp/src/arrow/result.h 91.3% <0%> (-0.37%) ⬇️
cpp/src/arrow/flight/server.h 100% <0%> (ø) ⬆️
cpp/src/gandiva/expression_registry.h 100% <0%> (ø) ⬆️
cpp/src/arrow/csv/column-builder.h 100% <0%> (ø) ⬆️
cpp/src/arrow/table_builder.h 100% <0%> (ø) ⬆️
cpp/src/plasma/plasma.h 100% <0%> (ø) ⬆️
cpp/src/gandiva/configuration.h 100% <0%> (ø) ⬆️
cpp/src/arrow/compute/kernels/cast.h 100% <0%> (ø) ⬆️
... and 688 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9ffb9cd...7fe2784. Read the comment docs.

@emkornfield emkornfield force-pushed the cpp-c-ares-require-cmake-config branch from 4b4c7a3 to 7fe2784 Compare July 5, 2019 09:03
find_package(c-ares QUIET)
find_package(c-ares QUIET CONFIG)
if(NOT c-ares_FOUND)
# Fedora doesn't package the CMake config
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this mean building anything which requires gRPC on Fedora will fail?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No -- it means that the system package cannot be used to build gRPC from source. So if -DgRPC_SOURCE=BUNDLED and the system c-ares is found, then gRPC will fail to build

Copy link
Member

@wesm wesm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@wesm wesm closed this in 308b851 Jul 8, 2019
@kou kou deleted the cpp-c-ares-require-cmake-config branch July 8, 2019 21:49
wesm pushed a commit that referenced this pull request Jul 13, 2019
Because gRPC requires c-ares CMake config.

See also: https://lists.apache.org/thread.html/babb7985a8206807dd8893a2c7affdb733f3d561ecfcc7f26ba660d9@%3Cdev.arrow.apache.org%3E

Author: Sutou Kouhei <kou@clear-code.com>

Closes #4783 from kou/cpp-c-ares-require-cmake-config and squashes the following commits:

7fe2784 <Sutou Kouhei>  Require c-ares CMake config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants