X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=include%2Fhfta%2Fgroupby_operator.h;fp=include%2Fhfta%2Fgroupby_operator.h;h=2d2dc8448db6c189d986e17ddbfe5093cf0ade51;hb=52bf6cf53a585197f998187399ebfd88681d4490;hp=6085907590bbbb10e85edf9f6263f8aeda096a09;hpb=55797517d09a619f036e7b170f105526cfb347b7;p=com%2Fgs-lite.git diff --git a/include/hfta/groupby_operator.h b/include/hfta/groupby_operator.h index 6085907..2d2dc84 100644 --- a/include/hfta/groupby_operator.h +++ b/include/hfta/groupby_operator.h @@ -47,7 +47,7 @@ public: group grp; if (!func.create_group(tup, (gs_sp_t)&grp)) { if(func.disordered()){ - fprintf(stderr,"Out of order record in %s\n",op_name); + // fprintf(stderr,"Out of order record in %s\n",op_name); return 0; } if (func.flush_needed()){ @@ -64,7 +64,7 @@ public: return 0; } if(func.disordered()){ - fprintf(stderr,"Out of order record in %s\n",op_name); + // fprintf(stderr,"Out of order record in %s\n",op_name); return 0; }