We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e8073 commit a87250fCopy full SHA for a87250f
datafusion/sql/tests/sql_integration.rs
@@ -738,8 +738,8 @@ fn plan_update() {
738
}
739
740
#[rstest]
741
-#[case::missing_assignement_target("UPDATE person SET doesnotexist = true")]
742
-#[case::missing_assignement_expression("UPDATE person SET age = doesnotexist + 42")]
+#[case::missing_assignment_target("UPDATE person SET doesnotexist = true")]
+#[case::missing_assignment_expression("UPDATE person SET age = doesnotexist + 42")]
743
#[case::missing_selection_expression(
744
"UPDATE person SET age = 42 WHERE doesnotexist = true"
745
)]
0 commit comments