asolimando commented on code in PR #3637:
URL: https://github.com/apache/hive/pull/3637#discussion_r1000653056


##########
ql/src/java/org/apache/hadoop/hive/ql/exec/vector/VectorGroupByOperator.java:
##########
@@ -85,6 +86,19 @@ public class VectorGroupByOperator extends 
Operator<GroupByDesc>
   private static final Logger LOG = LoggerFactory.getLogger(
       VectorGroupByOperator.class.getName());
 
+  private static final Map<String, Class<?>> PRIMITIVE_TYPE_NAME_TO_CLASS = 
new ImmutableMap.Builder<String, Class<?>>()

Review Comment:
   Thanks @deniskuzZ, I managed to get rid of the map via 
`PrimitiveObjectInspectorUtils.getTypeEntryFromTypeName(typeName).primitiveJavaClass`



-- 
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]

Reply via email to