GitHub user jianqiao opened a pull request:

    https://github.com/apache/incubator-quickstep/pull/292

    Redirect stdout and stderr in network mode.

    This PR redirects `stdout / stderr` to `io_handle->out() / 
io_handle->err()` (see 
[here](https://github.com/apache/incubator-quickstep/blob/fb9f856a78d947647406f661f3f3291e294bd266/cli/QuickstepCli.cpp#L309))
 for transmitting the standard stream outputs to client in the network mode. It 
allows `quickstep_client` to use `COPY ... TO stdout ...` command to retrieve 
result table in CSV format.

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

    $ git pull https://github.com/apache/incubator-quickstep redirect-stream

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

    https://github.com/apache/incubator-quickstep/pull/292.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 #292
    
----
commit fb9f856a78d947647406f661f3f3291e294bd266
Author: Jianqiao Zhu <jianq...@cs.wisc.edu>
Date:   2017-09-01T17:07:13Z

    Redirect stdout and stderr in network mode.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to