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

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

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

[ASTERIXDB-3066][COMP] Fix nlj delivered partitioning property

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

Details:
Currently, the partitioning property delivered by nested loop
join is the same as the right branch which is always going to
be a BROADCAST. Nested loop join delivered partitioning
property should be the same as the left branch because after
doing the join, the property of the joined data is clearly
not BROADCAST. The BROADCAST property of the right branch is
destroyed after the join with the left branch happens.

Change-Id: I50ac34508191b1cd680bef6ca420e3883d41b7fa
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17163
Contrib: Jenkins <[email protected]>
Integration-Tests: Jenkins <[email protected]>
Tested-by: Ali Alsuliman <[email protected]>
Reviewed-by: Ali Alsuliman <[email protected]>
Reviewed-by: Murtadha Hubail <[email protected]>


> Incorrect delivered partitioning property by nested loop join
> -------------------------------------------------------------
>
>                 Key: ASTERIXDB-3066
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-3066
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: COMP - Compiler
>    Affects Versions: 0.9.6
>            Reporter: Ali Alsuliman
>            Assignee: Ali Alsuliman
>            Priority: Major
>             Fix For: 0.9.7
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to