X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=include%2Fhfta%2Fgroupby_slowflush_operator.h;fp=include%2Fhfta%2Fgroupby_slowflush_operator.h;h=f9de2a08bc9fb8cd907937a1c94dfa14da600596;hb=52bf6cf53a585197f998187399ebfd88681d4490;hp=cc5ab36191e1ddb9847573d33d720d20dfb2938e;hpb=55797517d09a619f036e7b170f105526cfb347b7;p=com%2Fgs-lite.git diff --git a/include/hfta/groupby_slowflush_operator.h b/include/hfta/groupby_slowflush_operator.h index cc5ab36..f9de2a0 100644 --- a/include/hfta/groupby_slowflush_operator.h +++ b/include/hfta/groupby_slowflush_operator.h @@ -55,7 +55,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()){ @@ -72,7 +72,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; }