[
https://issues.apache.org/jira/browse/ARROW-641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16214092#comment-16214092
]
ASF GitHub Bot commented on ARROW-641:
--------------------------------------
GitHub user wesm opened a pull request:
https://github.com/apache/arrow/pull/1232
ARROW-641: [C++] Do not build io-hdfs-test if ARROW_HDFS is off
Initially I was looking to see if we could gracefully skip the tests if we
have the requisite libraries available but are unable to connect to a running
HDFS cluster, but I think this would mask errors that we want to see. So this
just makes it so that developers who don't want to see the test failure can
skip building the unit test executable
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wesm/arrow ARROW-641
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/arrow/pull/1232.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1232
----
commit eed9ea4c3dd08af50eb1a53bafd7f0ed651c5722
Author: Wes McKinney <[email protected]>
Date: 2017-10-21T20:16:21Z
Do not build io-hdfs-test if ARROW_HDFS is off
Change-Id: I15249a9a382d32c5265b2c1516fd0661fcd64401
----
> [C++] Do not build/run io-hdfs-test if ARROW_HDFS=off
> -----------------------------------------------------
>
> Key: ARROW-641
> URL: https://issues.apache.org/jira/browse/ARROW-641
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Reporter: Wes McKinney
> Assignee: Wes McKinney
> Labels: pull-request-available
> Fix For: 0.8.0
>
>
> This is a rough edge for folks doing C++ development
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)