Changeset: 1715e40eecc3 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1715e40eecc3
Modified Files:
        monetdb5/modules/mosaic/mosaic.c
Branch: mosaic
Log Message:

Add TODO.


diffs (11 lines):

diff --git a/monetdb5/modules/mosaic/mosaic.c b/monetdb5/modules/mosaic/mosaic.c
--- a/monetdb5/modules/mosaic/mosaic.c
+++ b/monetdb5/modules/mosaic/mosaic.c
@@ -781,6 +781,7 @@ MOSgetPartition(Client cntxt, MalBlkPtr 
        *nrofparts = 1;
        for( i = 1; i< mb->stop; i++){
                p= getInstrPtr(mb,i);
+               // TODO: what if input from select comes from some other 
operator
                if( getModuleId(p)== sqlRef && getFunctionId(p) == bindRef && 
getArg(p,0) == varid ){
                        if( p->argc > 6){
                                *part = getVarConstant(mb,getArg(p,6)).val.ival;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to