You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Venki Korukanti (JIRA)" <ji...@apache.org> on 2015/04/23 20:27:25 UTC

[jira] [Created] (DRILL-2855) Fix invalid result issues with StreamingAggBatch

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)