Changeset: 28b78761e56d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=28b78761e56d
Modified Files:
MonetDB5/src/optimizer/opt_mapreduce.mx
Branch: default
Log Message:
misc cosmetics
diffs (21 lines):
diff -r 7929e5306eb4 -r 28b78761e56d MonetDB5/src/optimizer/opt_mapreduce.mx
--- a/MonetDB5/src/optimizer/opt_mapreduce.mx Fri Jul 23 16:29:38 2010 +0200
+++ b/MonetDB5/src/optimizer/opt_mapreduce.mx Fri Jul 23 16:42:07 2010 +0200
@@ -808,7 +808,7 @@
}
}
} else if (getFunctionId(p) == sortReverseTailRef) {
- /* simple ORDER BY DESC*/
+ /* simple ORDER BY DESC */
for (lastcol = col; lastcol != NULL; lastcol =
lastcol->next) {
if (getArg(p, 1) == lastcol->reduceid) {
pushInstruction(map, omap[i]);
@@ -892,7 +892,7 @@
getFunctionId(oreduce[i
- 1]) == mirrorRef &&
getArg(oreduce[i - 1],
0) == getArg(p, 1))
getArg(p, 1) = getArg(oreduce[i
- 1], 1);
- for (lastcol = col; lastcol != NULL; lastcol =
lastcol->next) {
+ for (lastcol = col; lastcol != NULL; lastcol =
lastcol->next) {
if (getArg(p, 1) == lastcol->reduceid) {
pushInstruction(map, omap[i]);
newComment(map, "= COUNT");
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list