Skip to content

Commit a0ef6ee

Browse files
committed
retrigger CI pipeline
1 parent 7c9a6a6 commit a0ef6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/sql/tests/sql_integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3098,7 +3098,7 @@ fn generate_logical_plan(sql: &str) -> LogicalPlan {
30983098
}
30993099

31003100
fn quick_test_with_options(sql: &str, expected: &str, options: ParserOptions) {
3101-
let plan: LogicalPlan = logical_plan_with_options(sql, options).unwrap();
3101+
let plan = logical_plan_with_options(sql, options).unwrap();
31023102
assert_eq!(format!("{plan}"), expected);
31033103
}
31043104

0 commit comments

Comments
 (0)