comphead commented on code in PR #1860: URL: https://github.com/apache/datafusion-comet/pull/1860#discussion_r2133040038
########## native/core/src/execution/planner.rs: ########## @@ -3331,4 +3347,146 @@ mod tests { Ok(()) } + + #[tokio::test] + async fn test_nested_types_extract_missing_struct_names() -> Result<(), DataFusionError> { Review Comment: I'm planning to refactor rust planner tests into separate file and factor out common parts, like test parquet creation, test preparation, etc -- 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