Changeset: 909aa76d888a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/909aa76d888a
Modified Files:
sql/backends/monet5/dict.c
Branch: Jan2022
Log Message:
Use the offset bat count, not the values one
diffs (12 lines):
diff --git a/sql/backends/monet5/dict.c b/sql/backends/monet5/dict.c
--- a/sql/backends/monet5/dict.c
+++ b/sql/backends/monet5/dict.c
@@ -720,7 +720,7 @@ DICTthetaselect(Client cntxt, MalBlkPtr
} else
assert(0);
} else {
- bn = BATdense(0, 0, op[0] == '!' ? BATcount(lv) : 0);
/* for '!' if it didn't find, then all are different */
+ bn = BATdense(0, 0, op[0] == '!' ? BATcount(lo) : 0);
/* for '!' if it didn't find, then all are different */
}
} else { /* select + intersect */
if (ATOMextern(lv->ttype))
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list