Skip to content

Commit

Permalink
updated goldens
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Jun 14, 2024
1 parent 347e210 commit 7e36d2f
Showing 1 changed file with 69 additions and 69 deletions.
138 changes: 69 additions & 69 deletions src/gateway/converter/data/00001.splan
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ relations {
project {
common {
emit {
output_mapping: 10
output_mapping: 11
output_mapping: 12
output_mapping: 13
Expand All @@ -87,21 +88,20 @@ relations {
output_mapping: 17
output_mapping: 18
output_mapping: 19
output_mapping: 10
}
}
input {
project {
common {
emit {
output_mapping: 10
output_mapping: 11
output_mapping: 12
output_mapping: 13
output_mapping: 14
output_mapping: 15
output_mapping: 16
output_mapping: 17
output_mapping: 10
output_mapping: 18
output_mapping: 19
}
Expand All @@ -110,13 +110,13 @@ relations {
project {
common {
emit {
output_mapping: 10
output_mapping: 11
output_mapping: 12
output_mapping: 13
output_mapping: 14
output_mapping: 15
output_mapping: 16
output_mapping: 10
output_mapping: 17
output_mapping: 18
output_mapping: 19
Expand Down Expand Up @@ -202,36 +202,6 @@ relations {
}
}
}
expressions {
scalar_function {
function_reference: 1
output_type {
string {
nullability: NULLABILITY_REQUIRED
}
}
arguments {
value {
selection {
direct_reference {
struct_field {
field: 6
}
}
root_reference {
}
}
}
}
arguments {
value {
literal {
string: "; "
}
}
}
}
}
expressions {
selection {
direct_reference {
Expand Down Expand Up @@ -298,21 +268,40 @@ relations {
}
}
expressions {
selection {
direct_reference {
struct_field {
field: 7
scalar_function {
function_reference: 1
output_type {
string {
nullability: NULLABILITY_REQUIRED
}
}
root_reference {
arguments {
value {
selection {
direct_reference {
struct_field {
field: 6
}
}
root_reference {
}
}
}
}
arguments {
value {
literal {
string: "; "
}
}
}
}
}
expressions {
selection {
direct_reference {
struct_field {
field: 8
field: 7
}
}
root_reference {
Expand All @@ -323,34 +312,24 @@ relations {
selection {
direct_reference {
struct_field {
field: 9
field: 8
}
}
root_reference {
}
}
}
}
}
expressions {
cast {
type {
i32 {
nullability: NULLABILITY_REQUIRED
}
}
input {
expressions {
selection {
direct_reference {
struct_field {
field: 7
field: 9
}
}
root_reference {
}
}
}
failure_behavior: FAILURE_BEHAVIOR_THROW_EXCEPTION
}
}
expressions {
Expand Down Expand Up @@ -430,37 +409,38 @@ relations {
}
}
expressions {
selection {
direct_reference {
struct_field {
field: 8
cast {
type {
i32 {
nullability: NULLABILITY_REQUIRED
}
}
root_reference {
input {
selection {
direct_reference {
struct_field {
field: 7
}
}
root_reference {
}
}
}
failure_behavior: FAILURE_BEHAVIOR_THROW_EXCEPTION
}
}
expressions {
selection {
direct_reference {
struct_field {
field: 9
field: 8
}
}
root_reference {
}
}
}
}
}
expressions {
cast {
type {
bool {
nullability: NULLABILITY_REQUIRED
}
}
input {
expressions {
selection {
direct_reference {
struct_field {
Expand All @@ -471,7 +451,6 @@ relations {
}
}
}
failure_behavior: FAILURE_BEHAVIOR_THROW_EXCEPTION
}
}
expressions {
Expand Down Expand Up @@ -572,6 +551,27 @@ relations {
}
}
}
expressions {
cast {
type {
bool {
nullability: NULLABILITY_REQUIRED
}
}
input {
selection {
direct_reference {
struct_field {
field: 9
}
}
root_reference {
}
}
}
failure_behavior: FAILURE_BEHAVIOR_THROW_EXCEPTION
}
}
}
}
condition {
Expand Down

0 comments on commit 7e36d2f

Please sign in to comment.