Alex Behm has posted comments on this change. Change subject: IMPALA-5452: Rewrite test case to avoid 'pos'. ......................................................................
Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/7708/1/testdata/workloads/functional-query/queries/QueryTest/nested-types-subplan.test File testdata/workloads/functional-query/queries/QueryTest/nested-types-subplan.test: Line 666: (select lead(l.l_linenumber) over (order by l.l_shipdate) > I'm not sure that l_shipdate gives a total order. I think the below query g You are right. I changed the query to have a total ordering (the PK of lineitem is (o_orderkey,l_linenum)) -- To view, visit http://gerrit.cloudera.org:8080/7708 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I32e47f0845da8b27652faaceae834e025ecff42a Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Alex Behm <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-HasComments: Yes
