Files
impala/testdata/workloads/functional-query/queries/QueryTest/inline-view-limit.test
Alex Behm ba1ad352a6 IMPALA-2926: Fix off-by-one bug in SelectNode::CopyRows().
The bug was that we were not updating child_row_idx_
when the output batch was at capacity, leading us to
double count that last child_row_idx_, and incorrectly
returning extra rows.

Change-Id: I85b2f1c146861ec7756887b0d2c574365d90233e
Reviewed-on: http://gerrit.cloudera.org:8080/2044
Reviewed-by: Alex Behm <alex.behm@cloudera.com>
Tested-by: Internal Jenkins
2016-02-05 19:23:37 +00:00

3.0 KiB