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 2022/04/04 04:05:26 UTC

[GitHub] [drill] luocooong commented on a diff in pull request #2511: DRILL-8174: Convert Avro format to EVF2

luocooong commented on code in PR #2511:
URL: https://github.com/apache/drill/pull/2511#discussion_r841351213


##########
exec/java-exec/src/main/java/org/apache/drill/exec/store/avro/AvroBatchReader.java:
##########
@@ -122,60 +112,35 @@ public String toString() {
     } catch (IOException e) {
       logger.trace("Unable to obtain Avro reader position: {}", e.getMessage(), e);
     }
-    return "AvroBatchReader[File=" + filePath
-      + ", Position=" + currentPosition
-      + "]";
+    return String.format("AvroBatchReader [ File = %s, Position = %d ]", filePath, currentPosition);

Review Comment:
   Done, thanks.



-- 
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@drill.apache.org

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