Changeset: b1af71eb6247 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b1af71eb6247
Modified Files:
        sql/backends/monet5/rel_bin.c
Branch: Nov2019
Log Message:

fix bug 6761, ie don't push the selection bat for convert operators


diffs (12 lines):

diff --git a/sql/backends/monet5/rel_bin.c b/sql/backends/monet5/rel_bin.c
--- a/sql/backends/monet5/rel_bin.c
+++ b/sql/backends/monet5/rel_bin.c
@@ -577,7 +577,7 @@ exp_bin(backend *be, sql_exp *e, stmt *l
                }
                if (!l)
                        return NULL;
-               s = stmt_convert(be, l, from, to, sel);
+               s = stmt_convert(be, l, from, to, NULL);
        }       break;
        case e_func: {
                node *en;
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to