Changeset: 319f3439d27d for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/319f3439d27d
Modified Files:
sql/backends/monet5/rel_pphash.c
Branch: pp_hashjoin
Log Message:
typo in comment
diffs (12 lines):
diff --git a/sql/backends/monet5/rel_pphash.c b/sql/backends/monet5/rel_pphash.c
--- a/sql/backends/monet5/rel_pphash.c
+++ b/sql/backends/monet5/rel_pphash.c
@@ -274,7 +274,7 @@ rel2bin_oahash_build(backend *be, sql_re
list *exps_cmp_hsh = rel->attr;
list *exps_prj_hsh = rel->exps;
- if (list_empty(exps_cmp_hsh)) { /* dummy case for cartisian product */
+ if (list_empty(exps_cmp_hsh)) { /* dummy case for cartesian product */
sql_rel *l = rel->l;
if (is_topn(l->op))
l = rel_project(be->mvc->sa, l,
rel_projections(be->mvc, l, NULL, 1, 1));
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]