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

Multiline reader normalizing multiline character #1552

Merged
merged 1 commit into from
May 3, 2016

Conversation

urso
Copy link

@urso urso commented May 2, 2016

Multiline reader assumes newline characters already removed. The StripNewLine reader will be applied right before the multiline reader.

@ruflin
Copy link
Member

ruflin commented May 3, 2016

@urso Was this a specific bug we had? Worth a system test? Seems to need rebase.

@urso
Copy link
Author

urso commented May 3, 2016

@ruflin no specific bug. It's preparing for using regexp.Compile instead of regexp.CompilePOSIX in general. When doing the switch the $ operator will not work without this change.

@urso
Copy link
Author

urso commented May 3, 2016

rebased

@ruflin ruflin merged commit 11291b0 into elastic:master May 3, 2016
@urso urso deleted the enh/linereader-newline branch May 30, 2016 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants