X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=include%2Fhfta%2Fgroupby_operator.h;h=2d2dc8448db6c189d986e17ddbfe5093cf0ade51;hb=989d19428b3d21982b048cf256f625a8ca664c2e;hp=6085907590bbbb10e85edf9f6263f8aeda096a09;hpb=393a42a5b1ba6e64bd3eabf7d0ce2f197e966355;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; }