zhuqi-lucas commented on code in PR #15104: URL: https://github.com/apache/datafusion/pull/15104#discussion_r1986337572
########## datafusion/core/tests/dataframe/mod.rs: ########## @@ -5673,3 +5673,43 @@ async fn test_fill_null_all_columns() -> Result<()> { assert_batches_sorted_eq!(expected, &results); Ok(()) } + +#[tokio::test] +async fn test_sql_support_sql_to_view_types() -> Result<()> { Review Comment: Good suggestion! Addressed in latest PR. -- 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