qpmodel icon indicating copy to clipboard operation
qpmodel copied to clipboard

[Algebrizer/Rewriter] make OptimizeOption.remove_from_ default to true

Open zhouqingqing opened this issue 4 years ago • 1 comments

This flag controls the behavior to remove redundant FROM (select * from (select * from a) b) after we fixed bugs with it, for example (aggregation from aggregation).

zhouqingqing avatar Jun 09 '20 21:06 zhouqingqing

Removing remove_from is presenting problems when from contains union/intersect/except because outputs are not set for all except the first select.

pkommoju avatar Sep 24 '20 18:09 pkommoju