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



##########
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:
       Can we change the logic here avoiding labels?
   Want to make sure readability here




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to