[
https://issues.apache.org/jira/browse/ASTERIXDB-3605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17955512#comment-17955512
]
ASF subversion and git services commented on ASTERIXDB-3605:
------------------------------------------------------------
Commit bc66d5dcf4782857568f9a68e186ce985477961a in asterixdb's branch
refs/heads/master from preetham0202
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=bc66d5dcf4 ]
[ASTERIXDB-3605][COMP] Fix Required Partitioning properties while doing left
outer join
- user model changes: no
- storage format changes: no
- interface changes: no
Ext-ref: MB-66519
Change-Id: I9a73ab538a24974535c975f4826fcf707559e2b8
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19765
Tested-by: Jenkins <[email protected]>
Reviewed-by: Ali Alsuliman <[email protected]>
> Left Outer Join doesn't satisfy partitioning properties coorrectly.
> -------------------------------------------------------------------
>
> Key: ASTERIXDB-3605
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-3605
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: COMP - Compiler
> Reporter: Preetham
> Priority: Major
> Labels: triaged
>
> Say [a_0,a_1,a_2] is first Delivered Partitioning properties on a join
> condition a_0=b_0 AND a_1=b_1 AND a_2=b_2, Left outer Join doesnt necessarily
> enforce the partitioning order [b_0,b_1,b_2]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)