kudu git commit: KUDU-2312: Scan predicate application ordering is non-deterministic

2018-07-17 Thread danburkert
Repository: kudu Updated Branches: refs/heads/branch-1.6.x f0d95c27e -> f43c77bed KUDU-2312: Scan predicate application ordering is non-deterministic This changes the scan predicate evaluation ordering so that it primarily orders by selectivity (as before), but breaks ties by column index. Ch

kudu git commit: KUDU-2312: Scan predicate application ordering is non-deterministic

2018-03-06 Thread danburkert
Repository: kudu Updated Branches: refs/heads/master cf67b59ec -> 2aa1b883c KUDU-2312: Scan predicate application ordering is non-deterministic This changes the scan predicate evaluation ordering so that it primarily orders by selectivity (as before), but breaks ties by column index. Change-I