[ https://issues.apache.org/jira/browse/DRILL-375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jacques Nadeau resolved DRILL-375.
----------------------------------
Resolution: Fixed
Added in 08bc16d
> VarBinary hash function computing hash for entire buffer
> --------------------------------------------------------
>
> Key: DRILL-375
> URL: https://issues.apache.org/jira/browse/DRILL-375
> Project: Apache Drill
> Issue Type: Bug
> Reporter: Steven Phillips
> Assignee: Steven Phillips
> Attachments: DRILL-375, DRILL-375.patch
>
>
> the hash function for VarBinary data type should be computing the hash function for a
particular record. But it is currently computing for the entire buffer, which is all of the
data for the ValueVector.
> the fix is to set the starting and ending indices for the particular value.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
|