ramesh0201 commented on code in PR #4692: URL: https://github.com/apache/hive/pull/4692#discussion_r1329625554
########## contrib/src/java/org/apache/hadoop/hive/contrib/serde2/RegexSerDe.java: ########## @@ -76,6 +76,8 @@ RegexSerDe.INPUT_REGEX_CASE_SENSITIVE }) public class RegexSerDe extends AbstractEncodingAwareSerDe { + public static final Logger log = LoggerFactory.getLogger(RegexSerDe.class.getName()); Review Comment: yes makes sense I will change this to private -- 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