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(serializers.json): Append newline for batch-serialization #14150

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

srebhan
Copy link
Member

@srebhan srebhan commented Oct 19, 2023

resolves #14142

Add a trailing newline to the batch-serialization output to match the non-batch behavior.

@srebhan srebhan added the ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review. label Oct 20, 2023
@powersj powersj merged commit 8d1bf60 into influxdata:master Oct 23, 2023
4 checks passed
@github-actions github-actions bot added this to the v1.28.3 milestone Oct 23, 2023
powersj pushed a commit that referenced this pull request Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/json json and json_v2 parser/serialiser related fix pr to fix corresponding bug plugin/serializer ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

execd output with JSON format & use_batch_format = true is broken due to missing trailing newline
2 participants