We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c9a6a6 commit a0ef6eeCopy full SHA for a0ef6ee
datafusion/sql/tests/sql_integration.rs
@@ -3098,7 +3098,7 @@ fn generate_logical_plan(sql: &str) -> LogicalPlan {
3098
}
3099
3100
fn quick_test_with_options(sql: &str, expected: &str, options: ParserOptions) {
3101
- let plan: LogicalPlan = logical_plan_with_options(sql, options).unwrap();
+ let plan = logical_plan_with_options(sql, options).unwrap();
3102
assert_eq!(format!("{plan}"), expected);
3103
3104
0 commit comments