You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* plan implicit lateral if table factor is UNNEST
* check for outer references in `create_relation_subquery`
* add sqllogictest
* fix lateral constant test to not expect a subquery node
* replace sqllogictest in favor of logical plan test
* update lateral join sqllogictests
* add sqllogictests
* fix logical plan test
08)----------Projection: generate_series(Int64(1), CAST(outer_ref(t1.t1_int) AS Int64)) AS __unnest_placeholder(generate_series(Int64(1),outer_ref(t1.t1_int)))
4064
-
09)------------EmptyRelation
4061
+
06)------Projection: UNNEST(generate_series(Int64(1),outer_ref(t1.t1_int))) AS i
4062
+
07)--------Subquery:
4063
+
08)----------Projection: __unnest_placeholder(generate_series(Int64(1),outer_ref(t1.t1_int)),depth=1) AS UNNEST(generate_series(Int64(1),outer_ref(t1.t1_int)))
10)--------------Projection: generate_series(Int64(1), CAST(outer_ref(t1.t1_int) AS Int64)) AS __unnest_placeholder(generate_series(Int64(1),outer_ref(t1.t1_int)))
4066
+
11)----------------EmptyRelation
4065
4067
physical_plan_error This feature is not implemented: Physical plan does not support logical expression OuterReferenceColumn(UInt32, Column { relation: Some(Bare { table: "t1" }), name: "t1_int" })
08)----------Projection: generate_series(Int64(1), CAST(outer_ref(t2.t1_int) AS Int64)) AS __unnest_placeholder(generate_series(Int64(1),outer_ref(t2.t1_int)))
4087
-
09)------------EmptyRelation
4086
+
06)------Projection: UNNEST(generate_series(Int64(1),outer_ref(t2.t1_int))) AS i
4087
+
07)--------Subquery:
4088
+
08)----------Projection: __unnest_placeholder(generate_series(Int64(1),outer_ref(t2.t1_int)),depth=1) AS UNNEST(generate_series(Int64(1),outer_ref(t2.t1_int)))
10)--------------Projection: generate_series(Int64(1), CAST(outer_ref(t2.t1_int) AS Int64)) AS __unnest_placeholder(generate_series(Int64(1),outer_ref(t2.t1_int)))
4091
+
11)----------------EmptyRelation
4088
4092
physical_plan_error This feature is not implemented: Physical plan does not support logical expression OuterReferenceColumn(UInt32, Column { relation: Some(Bare { table: "t2" }), name: "t1_int" })
0 commit comments