anujphadke has posted comments on this change.

Change subject: IMPALA-5363: Reset probe_batch_ after reaching limit.
......................................................................


Patch Set 1:

Ran exhaustive tests and it passed.
Ran this particular query which crashed impala before this change. 
select * FROM tpch_nested_parquet.customer c, (SELECT ca.o_orderkey okey, 
ca.o_orderpriority opriority FROM c.c_orders ca, c.c_orders cb WHERE 
ca.o_orderkey = cb.o_orderkey limit 2) v limit 51;
Initial draft patch. Will add a test.

-- 
To view, visit http://gerrit.cloudera.org:8080/7014
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Iafd621d33a4e2fac42391504566ffd8dd0e18a67
Gerrit-PatchSet: 1
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-Owner: anujphadke <[email protected]>
Gerrit-Reviewer: anujphadke <[email protected]>
Gerrit-HasComments: No

Reply via email to