[ 
https://issues.apache.org/jira/browse/ASTERIXDB-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16785187#comment-16785187
 ] 

ASF subversion and git services commented on ASTERIXDB-2523:
------------------------------------------------------------

Commit 8552311a02724d1a77bfa831c16963ede1cc985b in asterixdb's branch 
refs/heads/master from Ali Alsuliman
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=8552311 ]

[ASTERIXDB-2523][RT][COMP] add support for hashing array fields

- user model changes: no
- storage format changes: no
- interface changes: no

Details:
Add support for hashing array fields.
- Modified AMurmurHash3BinaryHashFunctionFamily and extracted the hashing 
function
into a private named hashing function "GenericHashFunction". Added hashing 
arrays.
- Modified hash join to include generating hash functions for the right branch
since now hash functions are type-dependent and cannot use the same hash 
functions
generated for the left branch.
- Added test cases.

Change-Id: Ibd0dc7f270730140226f54445705822049f5c863
Reviewed-on: https://asterix-gerrit.ics.uci.edu/3241
Integration-Tests: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Reviewed-by: Till Westmann <ti...@apache.org>
Tested-by: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Contrib: Jenkins <jenk...@fulliautomatix.ics.uci.edu>


> Add support for hashing complex types
> -------------------------------------
>
>                 Key: ASTERIXDB-2523
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2523
>             Project: Apache AsterixDB
>          Issue Type: Improvement
>          Components: COMP - Compiler, RT - Runtime
>    Affects Versions: 0.9.4
>            Reporter: Ali Alsuliman
>            Assignee: Ali Alsuliman
>            Priority: Major
>             Fix For: 0.9.5
>
>
> Add support for hashing complex type fields. This is necessary for several 
> operations like sorting, grouping by, joining, ... etc of complex type fields 
> such as arrays, records, and multisets.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to