Skip to content

Commit

Permalink
bugfix: fix master bors problem. (#5395)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwener authored Feb 25, 2023
1 parent a870e46 commit 85ed386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/optimizer/tests/integration-test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ fn test_same_name_but_not_ambiguous() {
let sql = "SELECT t1.col_int32 AS col_int32 FROM test t1 intersect SELECT col_int32 FROM test t2";
let plan = test_sql(sql).unwrap();
let expected = "LeftSemi Join: col_int32 = t2.col_int32\
\n Distinct:\
\n Aggregate: groupBy=[[col_int32]], aggr=[[]]\
\n Projection: t1.col_int32 AS col_int32\
\n SubqueryAlias: t1\
\n TableScan: test projection=[col_int32]\
Expand Down

0 comments on commit 85ed386

Please sign in to comment.