Skip to content

Commit

Permalink
CheckIN:Fix TED 39929 BDO: an error is thrown out to run rptdesign co…
Browse files Browse the repository at this point in the history
…ntains xtab in any format
  • Loading branch information
Frostscar committed May 3, 2011
1 parent 66c9849 commit 5262064
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -361,7 +361,7 @@ public void close( ) throws DataException
this.aggrHelper = null;
}
//TODO remove me
if( this.groupBys.length == 0 )
if( this.groupBys.length == 0 && this.streamManager!= null )
{
OutputStream out = streamManager.getOutStream( DataEngineContext.GROUP_INFO_STREAM,
StreamManager.ROOT_STREAM,
Expand Down

0 comments on commit 5262064

Please sign in to comment.