Changeset: 888c6f3a18c6 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/888c6f3a18c6
Modified Files:
        gdk/gdk_join.c
Branch: Dec2025
Log Message:

Fix for hash join implementation when one side is dense with candidates.


diffs (12 lines):

diff --git a/gdk/gdk_join.c b/gdk/gdk_join.c
--- a/gdk/gdk_join.c
+++ b/gdk/gdk_join.c
@@ -3171,8 +3171,6 @@ hashjoin(BAT **r1p, BAT **r2p, BAT **r3p
                                                        break;
                                                }
                                                HASHLOOPBODY();
-                                               if (semi)
-                                                       break;
                                        }
                                }
                        } else if (rci->tpe != cand_dense) {
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to