alamb commented on code in PR #14387: URL: https://github.com/apache/datafusion/pull/14387#discussion_r1938309570
########## datafusion/core/tests/dataframe/mod.rs: ########## @@ -1121,6 +1121,39 @@ async fn join() -> Result<()> { Ok(()) } +#[tokio::test] +async fn join_coercion_unnnamed() -> Result<()> { Review Comment: Yes, thank you. That is a typo ########## datafusion/core/tests/dataframe/mod.rs: ########## @@ -1121,6 +1121,39 @@ async fn join() -> Result<()> { Ok(()) } +#[tokio::test] +async fn join_coercion_unnnamed() -> Result<()> { Review Comment: ```suggestion async fn join_coercion_unnamed() -> Result<()> { ``` -- 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