asolimando commented on code in PR #3317:
URL: https://github.com/apache/hive/pull/3317#discussion_r1020482885
##########
ql/src/java/org/apache/hadoop/hive/ql/optimizer/physical/Vectorizer.java:
##########
@@ -244,7 +247,7 @@
public class Vectorizer implements PhysicalPlanResolver {
- protected static transient final Logger LOG =
LoggerFactory.getLogger(Vectorizer.class);
+ protected static final Logger LOG =
LoggerFactory.getLogger(Vectorizer.class);
Review Comment:
Sonar marked it as [code
smell](https://sonarcloud.io/project/issues?issues=AYJpdDZw9k-CsauE5Bp5&open=AYJpdDZw9k-CsauE5Bp5&id=apache_hive)
because for non-`Serializable` classes the modifier is a no-op and it's
suggested to remove it.
--
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]