[bugfix](regression-test) add some window function test (#19460)
Only 2000 union will cause BE use a lot of memory, so that I enable other test in this PR only disable 2000 union case. --------- Co-authored-by: yiguolei <yiguolei@gmail.com>
This commit is contained in:
@ -636,7 +636,8 @@ public class SessionVariable implements Serializable, Writable {
|
||||
* the new optimizer is fully developed. I hope that day
|
||||
* would be coming soon.
|
||||
*/
|
||||
@VariableMgr.VarAttr(name = ENABLE_NEREIDS_PLANNER, needForward = true, expType = ExperimentalType.EXPERIMENTAL)
|
||||
@VariableMgr.VarAttr(name = ENABLE_NEREIDS_PLANNER, needForward = true,
|
||||
fuzzy = true, expType = ExperimentalType.EXPERIMENTAL)
|
||||
private boolean enableNereidsPlanner = false;
|
||||
|
||||
@VariableMgr.VarAttr(name = DISABLE_NEREIDS_RULES, needForward = true)
|
||||
|
||||
Reference in New Issue
Block a user