Files
doris/fe
EmmyMiao87 e51be0ae22 DORIS-645: Fix allocating error of constant predicate (#657)
1. The method assignConjuncts in SingleNodePlanner could not allocate constant predicate correctly.
2. It use e.isBoundByTupleIds() which always return ture whatever tupleIds when e is a constant predicate.
3. I use PlanNode assignConjuncts instead of SingleNodePlanner's.
2019-02-26 10:55:49 +08:00
..
2019-01-24 13:56:41 +08:00