File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1058,7 +1058,7 @@ Project
10581058 │ └─ tableId: 2
10591059 │ ->(select u from uv where x = u)]
10601060 └─ GroupBy
1061- ├─ select:
1061+ ├─ select: xy.x:1!null
10621062 ├─ group: Subquery
10631063 │ ├─ cacheable: false
10641064 │ ├─ alias-string: select u from uv where x = u
@@ -2050,7 +2050,7 @@ Project
20502050 │ └─ tableId: 0
20512051 │ ->a1:8]
20522052 └─ Project
2053- ├─ columns: [max(xy.x):4!null, Subquery
2053+ ├─ columns: [max(xy.x):4!null, xy.x:1!null, Subquery
20542054 │ ├─ cacheable: false
20552055 │ ├─ alias-string: select max(dt.a) from (select x as a) as dt (a)
20562056 │ └─ Project
@@ -2074,7 +2074,7 @@ Project
20742074 │ └─ tableId: 0
20752075 │ ->a1:8]
20762076 └─ GroupBy
2077- ├─ select: MAX(xy.x:1!null)
2077+ ├─ select: MAX(xy.x:1!null), xy.x:1!null
20782078 ├─ group: Subquery
20792079 │ ├─ cacheable: false
20802080 │ ├─ alias-string: select max(dt.a) from (select x as a) as dt (a)
You can’t perform that action at this time.
0 commit comments