jayzhan211 commented on code in PR #15090: URL: https://github.com/apache/datafusion/pull/15090#discussion_r1986038458
########## datafusion/sql/tests/sql_integration.rs: ########## @@ -54,15 +54,6 @@ use sqlparser::dialect::{Dialect, GenericDialect, HiveDialect, MySqlDialect}; mod cases; mod common; -#[test] -fn test_schema_support() { Review Comment: I move all the test including `select *` (failed test) to slt files. Add explain statement for them -- 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