Changeset: 4b7d9a770d71 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4b7d9a770d71
Modified Files:
sql/backends/monet5/sql.c
Branch: pythonudf
Log Message:
Revert part of 623aa3f321dd as this breaks mitosis of python UDFs.
diffs (14 lines):
diff --git a/sql/backends/monet5/sql.c b/sql/backends/monet5/sql.c
--- a/sql/backends/monet5/sql.c
+++ b/sql/backends/monet5/sql.c
@@ -64,8 +64,8 @@ static int
rel_no_mitosis(sql_rel *rel)
{
int is_point = 0;
-
- if (!rel || is_basetable(rel->op))
+
+ if (!rel)
return 1;
if (is_project(rel->op))
return rel_no_mitosis(rel->l);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list