Skip to content

ARROW-2203: [C++] StderrStream class - #1657

Closed
rvernica wants to merge 2 commits into
apache:masterfrom
rvernica:patch-1
Closed

ARROW-2203: [C++] StderrStream class#1657
rvernica wants to merge 2 commits into
apache:masterfrom
rvernica:patch-1

Conversation

@rvernica

Copy link
Copy Markdown
Contributor

Output stream that just writes to stderr. Adapted from StdoutStream, but use cerr instead of cout.

Output stream that just writes to stderr. Adapted from StdoutStream, but use `cerr` instead of `cout`.

@xhochyxhochy left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

+1, looks good.

Please fix the linter problem, then this can be merged:

/home/travis/build/apache/arrow/cpp/src/arrow/util/io-util.h:53: Weird number of spaces at line-start. Are you using a 2-space indent? [whitespace/indent] [3]
/home/travis/build/apache/arrow/cpp/src/arrow/util/io-util.h:53: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]

@rvernica

Copy link
Copy Markdown
ContributorAuthor

Ups. Should be fixed now.

@xhochyxhochy left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

+1, LGTM

@rvernica
rvernica deleted the patch-1 branch February 27, 2018 21:20
Sign up for freeto 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.

2 participants

@rvernica@xhochy