Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip record when Output#format returns nil #1469

Merged
merged 1 commit into from
Feb 16, 2017
Merged

Conversation

repeatedly
Copy link
Member

Current Output API can't skip invalid record with custom format.
Old API uses emit for such purpose but new API doesn't have it.
Omitting invalid record in format is good for reducing formatting cost.

Current Output API can't skip invalid record with custom format.
Old API uses emit for such purpose but new API doesn't have it.
Omitting invalid record in format is good for reducing formatting cost.
@repeatedly repeatedly added enhancement Feature request or improve operations v0.14 labels Feb 16, 2017
@repeatedly
Copy link
Member Author

@tagomoris Could you check this patch?

Copy link
Member

@tagomoris tagomoris left a comment

Choose a reason for hiding this comment

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

LGTM.

@repeatedly repeatedly merged commit 101937d into master Feb 16, 2017
@repeatedly repeatedly deleted the skip-nil-from-format branch February 16, 2017 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature request or improve operations v0.14
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants