You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2022/10/20 13:44:31 UTC

[GitHub] [hive] asolimando commented on a diff in pull request #3637: Master hive 26572 constant support vectorization

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: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org