jayzhan211 commented on code in PR #14927: URL: https://github.com/apache/datafusion/pull/14927#discussion_r1974843114
########## datafusion/core/tests/dataframe/mod.rs: ########## @@ -2545,9 +2652,24 @@ async fn test_count_wildcard_on_where_exist() -> Result<()> { .collect() .await?; - //make sure sql plan same with df plan + let actual_df_result = "+---------------+---------------------------------------------------------------------+\ + \n| plan_type | plan |\ + \n+---------------+---------------------------------------------------------------------+\ + \n| logical_plan | LeftSemi Join: |\ + \n| | TableScan: t1 projection=[a, b] |\ + \n| | SubqueryAlias: __correlated_sq_1 |\ + \n| | Projection: |\ Review Comment: why empty project? -- 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