leoyvens commented on code in PR #10394:
URL: https://github.com/apache/datafusion/pull/10394#discussion_r1591318334
##########
datafusion/core/tests/sql/sql_api.rs:
##########
@@ -58,6 +58,19 @@ async fn unsupported_dml_returns_error() {
ctx.sql_with_options(sql, options).await.unwrap();
}
+#[tokio::test]
Review Comment:
I suspect this might not be caught in a `.slt` test as this issue is not
visible in the pretty-printed logical plan, and doesn't affect the physical
plan or execution at all, afaict.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]