File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
regression-test/data/nereids_rules_p0/unique_function Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,16 +42,16 @@ PhysicalResultSink
4242--hashAgg[GLOBAL, groupByExpr=(k), outputExpr=(k)]
4343----hashAgg[LOCAL, groupByExpr=(k), outputExpr=(k)]
4444------PhysicalUnion(constantExprsList=[[TRUE AS `true`]])
45- --------PhysicalProject[AND[($_random_8_ $ >= 0.1),($_random_8_ $ <= 0.5)] AS `k`]
46- ----------PhysicalOneRowRelation[random() AS `$_random_8_ $`]
45+ --------PhysicalProject[AND[($_random_10_ $ >= 0.1),($_random_10_ $ <= 0.5)] AS `k`]
46+ ----------PhysicalOneRowRelation[random() AS `$_random_10_ $`]
4747
4848-- !union_2 --
4949PhysicalResultSink
5050--hashAgg[GLOBAL, groupByExpr=(k), outputExpr=(k)]
5151----hashAgg[LOCAL, groupByExpr=(k), outputExpr=(k)]
5252------PhysicalUnion(constantExprsList=[[TRUE AS `true`]])
53- --------PhysicalProject[AND[((cast(id as DOUBLE) + $_random_9_ $) >= 0.1),((cast(id as DOUBLE) + $_random_9_ $) <= 0.5)] AS `k`]
54- ----------PhysicalProject[random() AS `$_random_9_ $`, t1.id]
53+ --------PhysicalProject[AND[((cast(id as DOUBLE) + $_random_11_ $) >= 0.1),((cast(id as DOUBLE) + $_random_11_ $) <= 0.5)] AS `k`]
54+ ----------PhysicalProject[random() AS `$_random_11_ $`, t1.id]
5555------------PhysicalOlapScan[t1]
5656
5757-- !union_all_1 --
You can’t perform that action at this time.
0 commit comments