Skip to content

Commit

Permalink
fix typo (#3011)
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingkuo authored Aug 2, 2022
1 parent e23925c commit 92e98df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/tests/sql/projection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ fn assert_fields_eq(plan: &LogicalPlan, expected: Vec<&str>) {
}

#[tokio::test]
async fn paralleproject_column_with_same_name_as_relationl() -> Result<()> {
async fn project_column_with_same_name_as_relation() -> Result<()> {
let ctx = SessionContext::new();

let sql = "select a.a from (select 1 as a) as a;";
Expand Down

0 comments on commit 92e98df

Please sign in to comment.