Blizzara commented on code in PR #14553: URL: https://github.com/apache/datafusion/pull/14553#discussion_r1952814846
########## datafusion/substrait/tests/cases/roundtrip_logical_plan.rs: ########## @@ -300,6 +300,17 @@ async fn aggregate_grouping_rollup() -> Result<()> { ).await } +#[tokio::test] +async fn multilayer_aggregate() -> Result<()> { Review Comment: was this succeeding also before? (I'd guess so as it'd add the extra groupbys but take that into consideration while producing the plan, is that right?) -- 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