Changeset: 2115865b40d0 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/2115865b40d0
Branch: default
Log Message:
Merge with Mar2025 branch.
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
@@ -3555,7 +3555,7 @@ guess_uniques(BAT *b, struct canditer *c
if (ci->s == NULL ||
(ci->tpe == cand_dense && ci->ncand == batcount)) {
if (b->tunique_est == 0)
- b->tunique_est = cnt1;
+ b->tunique_est = (double) cnt1;
}
}
MT_lock_unset(&b->theaplock);
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]