Changeset: 62257e3aafe5 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/62257e3aafe5
Modified Files:
        sql/backends/monet5/dict.c
Branch: Jan2022
Log Message:

small fix for dict thetaselect


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
@@ -708,7 +708,7 @@ DICTthetaselect(Client cntxt, MalBlkPtr 
                } else if (op[0] == '<') {
                        p = SORTfndfirst(lv, v);
                } else if (op[0] == '>') {
-                       p = SORTfndlast(lv, v);
+                       p = SORTfndfirst(lv, v);
                }
                if (p != BUN_NONE) {
                        if (lo->ttype == TYPE_bte) {
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to