Blizzara commented on code in PR #15634: URL: https://github.com/apache/datafusion/pull/15634#discussion_r2033110831
########## datafusion/substrait/tests/cases/roundtrip_logical_plan.rs: ########## @@ -1076,6 +1076,46 @@ async fn roundtrip_literal_struct() -> Result<()> { Ok(()) } +#[tokio::test] +async fn roundtrip_literal_named_struct() -> Result<()> { Review Comment: this uses a named_struct() func so it wasn't hitting the bug, but I kept it as an addition still -- 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