waynexia commented on code in PR #17135: URL: https://github.com/apache/datafusion/pull/17135#discussion_r2283214404
########## datafusion/sql/tests/sql_integration.rs: ########## @@ -738,8 +738,8 @@ fn plan_update() { } #[rstest] -#[case::missing_assignement_target("UPDATE person SET doesnotexist = true")] -#[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")] Review Comment: This is from our side. These strings will become a test case name. <img width="822" height="493" alt="image" src="https://github.com/user-attachments/assets/b03c62ea-3011-4512-bb47-53737a1e1822" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org