xudong963 commented on code in PR #15503: URL: https://github.com/apache/datafusion/pull/15503#discussion_r2027363781
########## datafusion/physical-plan/src/joins/cross_join.rs: ########## @@ -344,6 +345,26 @@ impl ExecutionPlan for CrossJoinExec { )) } + fn statistics_by_partition(&self) -> Result<Vec<Statistics>> { Review Comment: I missed it lol -- 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