Venki Korukanti created DRILL-2855:
--------------------------------------

             Summary: Fix invalid result issues with StreamingAggBatch
                 Key: DRILL-2855
                 URL: https://issues.apache.org/jira/browse/DRILL-2855
             Project: Apache Drill
          Issue Type: Bug
          Components: Execution - Relational Operators
    Affects Versions: 0.8.0
            Reporter: Venki Korukanti
            Assignee: Venki Korukanti
             Fix For: 0.9.0


There are two issues that are causing invalid results:
1. In some conditions we are failing to add the record to current aggregation 
workspace around batch boundary or output batch is full.
2. Incorrectly cleaning up the previous batch. Currently we keep a reference to 
the current batch in "previous" and try to get the next incoming batch which 
has more than zero records or there are no incoming batches. If the next 
incoming batch has zero records, we are cleaning up the "previous" batch.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to