[GitHub] drill pull request #1132: DRILL-6188: Fix C++ client build on Centos7, OS X

2018-03-03 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/drill/pull/1132


---


[GitHub] drill pull request #1132: DRILL-6188: Fix C++ client build on Centos7, OS X

2018-02-27 Thread parthchandra
GitHub user parthchandra opened a pull request:

https://github.com/apache/drill/pull/1132

DRILL-6188: Fix C++ client build on Centos7, OS X

Removed unused method that didn't compile. 
Included iostream for declaration of std::cout

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/parthchandra/drill DRILL-6188

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/drill/pull/1132.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 #1132


commit bf1f90138502300649b0945fcfc2b1b109512b52
Author: Parth Chandra 
Date:   2018-02-27T12:01:51Z

DRILL-6188: Fix C++ client build on Centos7, OS X




---