attilakreiner commented on code in PR #10673:
URL: https://github.com/apache/iceberg/pull/10673#discussion_r1672588007
##########
mr/src/main/java/org/apache/hadoop/hive/ql/exec/vector/VectorizedSupport.java:
##########
@@ -34,11 +34,11 @@ public enum Support {
this.lowerCaseName = name().toLowerCase(Locale.ROOT);
}
- public static final Map<String, Support> nameToSupportMap =
Maps.newHashMap();
+ public static final Map<String, Support> NAME_TO_SUPPORT_MAP =
Maps.newHashMap();
Review Comment:
I double checked the PR for similar cases and I did not find any more
`public static` fields that were affected.
--
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]