You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2019/12/02 00:51:26 UTC

[GitHub] [drill] paul-rogers commented on a change in pull request #1912: DRILL-7324: Final set of "batch count" fixes

paul-rogers commented on a change in pull request #1912: DRILL-7324: Final set of "batch count" fixes
URL: https://github.com/apache/drill/pull/1912#discussion_r352385227
 
 

 ##########
 File path: exec/java-exec/src/main/java/org/apache/drill/exec/store/easy/json/JSONRecordReader.java
 ##########
 @@ -226,7 +226,8 @@ public int next() {
           }
           ++parseErrorCount;
           if (printSkippedMalformedJSONRecordLineNumber) {
-            logger.debug("Error parsing JSON in " + hadoopPath.getName() + " : line nos :" + (recordCount + parseErrorCount));
+            logger.debug("Error parsing JSON in {}: line nos: {}",
 
 Review comment:
   I suspect author means "numbers", but of course there is only one. Changed to just "line:".

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services