Skip to content

Commit 92e98df

Browse files
authored
fix typo (#3011)
1 parent e23925c commit 92e98df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/core/tests/sql/projection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ fn assert_fields_eq(plan: &LogicalPlan, expected: Vec<&str>) {
337337
}
338338

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

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

0 commit comments

Comments
 (0)