[
https://issues.apache.org/jira/browse/SPARK-16269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hyukjin Kwon resolved SPARK-16269.
----------------------------------
Resolution: Incomplete
> Support null handling for vectorized hashmap during hash aggregate
> ------------------------------------------------------------------
>
> Key: SPARK-16269
> URL: https://issues.apache.org/jira/browse/SPARK-16269
> Project: Spark
> Issue Type: Improvement
> Components: SQL
> Affects Versions: 2.0.0
> Reporter: Qifan Pu
> Priority: Minor
> Labels: bulk-closed
>
> The current impl of vectorized hashmap does not support null keys. This patch
> fix the problem by adding `generateFindOrInsertWithNullable()` method in
> `VectorizedHashMapGenerator.scala`, which code-generates another version of
> `findOrInsert` that handles null keys. We need null support so the aggregate
> logic does not have to fallback to BytesToBytesMap. This would also us to
> remove BytesToBytesMap completely.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]