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

fix: FastWriter missing characters on buffer limit #115

Conversation

ozhelezniak-talend
Copy link
Contributor

@ozhelezniak-talend ozhelezniak-talend commented Mar 17, 2025

The test should illustrate the problem.

  1. Character 'T' was missed, because before flush we didn't update the length of the buffer
  2. The first line that equals to the buffer size is ignored because flush didn't happen

@ozhelezniak-talend
Copy link
Contributor Author

Hello @jdereg
Could you review PR?

@jdereg jdereg merged commit b638f76 into jdereg:master Mar 24, 2025
1 check passed
Sign up for free to 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