ramesh0201 commented on code in PR #4692: URL: https://github.com/apache/hive/pull/4692#discussion_r1334659085
########## accumulo-handler/src/java/org/apache/hadoop/hive/accumulo/serde/AccumuloSerDe.java: ########## @@ -54,6 +54,11 @@ public class AccumuloSerDe extends AbstractSerDe { private static final Logger log = LoggerFactory.getLogger(AccumuloSerDe.class); + @Override + public Logger getClassLogger() { + return log; + } + Review Comment: Yes this will be better, I will change the patch accordingly, thanks for the suggestion -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org