-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
StackOverflowError when SplitLineAfter returns 0 #17
Comments
Would it be possible to create a release after the merge ? |
Thank you! Version 0.7 is ready and deployed. |
Thanks! |
The release does not seem to be available on maven central, do you confirm ? |
Sorry, it's still staging in oss repo, soon it will be generally available. |
Ok, thanks for the update. |
It's already synced with repo1.maven.org : https://repo1.maven.org/maven2/name/velikodniy/vitaliy/fixedlength/0.7/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When SplitLineAfter returns 0, the original record is returned leading to an infinite loop.
If SplitLineAfter returns 0 then the record processing should stops.
PR is coming.
The text was updated successfully, but these errors were encountered: