You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by GitBox <gi...@apache.org> on 2021/07/13 00:21:38 UTC

[GitHub] [orc] yuokada commented on a change in pull request #737: ORC-839: Add the break label to PrintData.java

yuokada commented on a change in pull request #737:
URL: https://github.com/apache/orc/pull/737#discussion_r668340411



##########
File path: java/tools/src/java/org/apache/orc/tools/PrintData.java
##########
@@ -207,6 +207,7 @@ static void printJsonData(PrintStream printStream,
       TypeDescription schema = reader.getSchema();
       VectorizedRowBatch batch = schema.createRowBatch();
       Integer counter = 0;
+      label:

Review comment:
       @pgaref I will try to change (I changed the status of this to DRAFT). But, I think that the 1st code is the simplest way to fix this issue.




-- 
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: dev-unsubscribe@orc.apache.org

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