ramesh0201 commented on code in PR #4692:
URL: https://github.com/apache/hive/pull/4692#discussion_r1329589214
##########
serde/src/java/org/apache/hadoop/hive/serde2/AbstractSerDe.java:
##########
@@ -189,7 +192,7 @@ public Optional<Configuration> getConfiguration() {
@Override
public String toString() {
- return "AbstractSerDe [log=" + log + ", configuration=" + configuration +
", properties=" + properties
+ return "AbstractSerDe [log=" + getClassLogger() + ", configuration=" +
configuration + ", properties=" + properties
Review Comment:
I was making sure that there is no change in the debug message even after
changing the logger fields to static final. But yes it makes sense to totally
remove this.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]