Skip to content

Commit

Permalink
fix eliminatecrossjoin tests
Browse files Browse the repository at this point in the history
  • Loading branch information
universalmind303 committed Oct 27, 2024
1 parent db362f5 commit e9e009f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -549,8 +549,7 @@ mod tests {
"|",
"* Join: Type = Inner",
"| Strategy = Auto",
"| Output schema = a#UInt32, b#UInt32, c#UInt32, right.a#UInt32, right.b#UInt32,",
"| right.c#UInt32",
"| Output schema = a#UInt32, b#UInt32, c#UInt32, right.a#UInt32, right.b#UInt32, right.c#UInt32",
"|\\",
"| * Project: col(a) as right.a, col(b) as right.b, col(c) as right.c",
"| |",
Expand Down Expand Up @@ -693,7 +692,8 @@ mod tests {
"| Strategy = Auto",
"| Left on = col(a)",
"| Right on = col(t3.a)",
"| Output schema = a#UInt32, b#UInt32, c#UInt32, t2.a#UInt32, t2.b#UInt32, t2.c#UInt32, t3.a#UInt32, t3.b#UInt32, t3.c#UInt32, t4.a#UInt32, t4.b#UInt32, t4.c#UInt32",
"| Output schema = a#UInt32, b#UInt32, c#UInt32, t2.a#UInt32, t2.b#UInt32, t2.c#UInt32, t3.a#UInt32, t3.b#UInt32, t3.c#UInt32, t4.a#UInt32, t4.b#UInt32,",
"| t4.c#UInt32",
"|\\",
"| * Project: col(a) as t3.a, col(b) as t3.b, col(c) as t3.c, col(t4.a), col(t4.b), col(t4.c)",
"| |",
Expand Down

0 comments on commit e9e009f

Please sign in to comment.