[ https://issues.apache.org/jira/browse/DRILL-8174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17516610#comment-17516610 ]
ASF GitHub Bot commented on DRILL-8174: --------------------------------------- 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. > Convert Avro format to EVF2 > --------------------------- > > Key: DRILL-8174 > URL: https://issues.apache.org/jira/browse/DRILL-8174 > Project: Apache Drill > Issue Type: Improvement > Reporter: Cong Luo > Assignee: Cong Luo > Priority: Major > > Second refactor of the Avro format. > We may need to resolve multiple bugs related to the Map Vector in this pull > request. -- This message was sent by Atlassian Jira (v8.20.1#820001)