vmware-archive / quickstep

Quickstep Project
Apache License 2.0
27 stars 13 forks source link

Fix bug in the SMA code #223

Closed pateljm closed 8 years ago

pateljm commented 8 years ago

Fix bug in the SMA code so that the SMA predicate evaluation is only applied if at least one of the operands in the predicate is a static value. Thus, queries like: select * from foo where foo.int1 < foo.int2;

jianqiao commented 8 years ago

LGTM. Merging.