>From Shahrzad Shirazi <[email protected]>:
Attention is currently required from: Shahrzad Shirazi.
Hello Jenkins,
I'd like you to reexamine a change. Please visit
https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20003
to look at the new patch set (#4).
Change subject: [ASTERIXDB-3625][COMP] Correcting the result of LEFT OUTER JOIN
using index-nested-loop join
......................................................................
[ASTERIXDB-3625][COMP] Correcting the result of LEFT OUTER JOIN using
index-nested-loop join
- user model changes: no
- storage format changes: no
- interface changes: no
Details:
When an index-nested-loop join finds no matching entries, it may
discard all tuples from the left table, resulting in incorrect results.
This fix ensures that tuples from the left table are preserved even
when no matching entries exist for the join.
Ext-ref: MB-67347
Change-Id: Ica97998d7fb006230977034152a35e1d6386ef21
---
M
hyracks-fullstack/hyracks/hyracks-storage-am-lsm-btree/src/main/java/org/apache/hyracks/storage/am/lsm/btree/dataflow/LSMBTreeBatchPointSearchOperatorNodePushable.java
1 file changed, 25 insertions(+), 0 deletions(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb
refs/changes/03/20003/4
--
To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20003
To unsubscribe, or for help writing mail filters, visit
https://asterix-gerrit.ics.uci.edu/settings
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Change-Id: Ica97998d7fb006230977034152a35e1d6386ef21
Gerrit-Change-Number: 20003
Gerrit-PatchSet: 4
Gerrit-Owner: Shahrzad Shirazi <[email protected]>
Gerrit-Reviewer: Jenkins <[email protected]>
Gerrit-CC: Anon. E. Moose #1000171
Gerrit-Attention: Shahrzad Shirazi <[email protected]>
Gerrit-MessageType: newpatchset