You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@jena.apache.org by GitBox <gi...@apache.org> on 2022/02/06 17:28:52 UTC

[GitHub] [jena] cygri commented on a change in pull request #1189: JENA-2273: Fix ASK in ResultSetWriterCSV and -TSV

cygri commented on a change in pull request #1189:
URL: https://github.com/apache/jena/pull/1189#discussion_r800210149



##########
File path: jena-arq/src/main/java/org/apache/jena/riot/resultset/rw/ResultSetWriterCSV.java
##########
@@ -69,6 +69,7 @@ private static void output(AWriter out, boolean booleanResult) {
         else
             out.write(noBytes);
         out.write(NL);
+        out.flush();

Review comment:
       Done




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org