Changeset: 331a33423a2b for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=331a33423a2b
Modified Files:
        monetdb5/modules/kernel/algebra.c
Branch: in-value-list
Log Message:

Remove TODO comment.


diffs (13 lines):

diff --git a/monetdb5/modules/kernel/algebra.c 
b/monetdb5/modules/kernel/algebra.c
--- a/monetdb5/modules/kernel/algebra.c
+++ b/monetdb5/modules/kernel/algebra.c
@@ -694,9 +694,6 @@ ALGsort33(bat *result, bat *norder, bat 
        BAT *bn = NULL, *on = NULL, *gn = NULL;
        BAT *b = NULL, *o = NULL, *g = NULL;
 
-       // TODO: I think that ALGsort doesn't maintain the key property of the 
resulting bat, e.g. reordering a key bat
-       // should return a bat with the key property.
-
        if ((b = BATdescriptor(*bid)) == NULL)
                throw(MAL, "algebra.sort", SQLSTATE(HY002) 
RUNTIME_OBJECT_MISSING);
        if (order && !is_bat_nil(*order) && (o = BATdescriptor(*order)) == 
NULL) {
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to