arina-ielchiieva 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_r352345052
 
 

 ##########
 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:
   What `nos` means?

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


With regards,
Apache Git Services

Reply via email to