gstvg commented on code in PR #23071: URL: https://github.com/apache/datafusion/pull/23071#discussion_r3464798888
########## datafusion/sqllogictest/test_files/spark/string/repeat.slt: ########## Review Comment: 🤦completely missed this was array-repeat, thank you https://github.com/apache/datafusion/pull/23071/commits/0b9af88e2952ec1a2f3bc506943d482a9bcaa191 ########## datafusion/core/tests/dataframe/mod.rs: ########## @@ -7242,3 +7243,22 @@ async fn test_grouping_with_alias() -> Result<()> { Ok(()) } + +#[tokio::test] Review Comment: Also done at https://github.com/apache/datafusion/pull/23071/commits/0b9af88e2952ec1a2f3bc506943d482a9bcaa191, thanks -- 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]
