diff --git a/partiql-tests-data/eval/query/join/joins.ion b/partiql-tests-data/eval/query/join/joins.ion index a5a07d3..0a913b9 100644 --- a/partiql-tests-data/eval/query/join/joins.ion +++ b/partiql-tests-data/eval/query/join/joins.ion @@ -593,7 +593,7 @@ join::[ { name:"ee", n:42, - _3:null + _2:null } ] } @@ -657,7 +657,9 @@ join::[ name:"ee", s2_n:42, s2_2:2, - _4:null + name:null, + s3_n:null, + s3_2:null } ] } diff --git a/partiql-tests-data/eval/query/select/select.ion b/partiql-tests-data/eval/query/select/select.ion index 4691cd4..753801d 100644 --- a/partiql-tests-data/eval/query/select/select.ion +++ b/partiql-tests-data/eval/query/select/select.ion @@ -350,7 +350,8 @@ select_join::[ result:EvaluationSuccess, output:$bag::[ { - id:"7" + id:"7", + title: null } ] } @@ -363,7 +364,8 @@ select_join::[ result:EvaluationSuccess, output:$bag::[ { - id:"5" + id:"5", + title: null }, { id:"6", @@ -374,7 +376,8 @@ select_join::[ title:"F" }, { - id:"7" + id:"7", + title: null } ] }