-
Notifications
You must be signed in to change notification settings - Fork 0
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
176 fix json report download #177
Conversation
… to array before writing
|
||
// write json by hand to preserve streaming writes in case of big data | ||
try { | ||
os.write("[".getBytes(StandardCharsets.UTF_8)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can resultsArr be final, and the for loop changes to iterate over final Object ...? Could push the results.toArray() into the for loop parens I suppose, but it doesn't make a lot of difference.
I'm closing this PR without merge - I cherrypicked the actually-important commit into a different PR: #178 to deal with the old unsigned commits, |
No description provided.