mirror of
https://github.com/apache/impala.git
synced 2026-01-07 00:02:28 -05:00
A set of DCHECKs in GetNext() wrongly expected memory to already be transferred. In cases of queries with limits, the resources most likely will not be transferred. This patch removes the DCHECKS and transfers the memory at that point if needed. Change-Id: Ie95ade79db125e0e63c2e45d1b27649b1874d510 Reviewed-on: http://gerrit.cloudera.org:8080/837 Reviewed-by: Sailesh Mukil <sailesh@cloudera.com> Tested-by: Internal Jenkins