jcsherin commented on code in PR #12030: URL: https://github.com/apache/datafusion/pull/12030#discussion_r1719708741
########## datafusion/proto/tests/cases/roundtrip_logical_plan.rs: ########## @@ -903,6 +904,7 @@ async fn roundtrip_expr_api() -> Result<()> { vec![lit(1), lit(2), lit(3)], vec![lit(10), lit(20), lit(30)], ), + row_number(vec![col("a")]), Review Comment: Logical round trip test. -- 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