Tamar-Posen commented on code in PR #18885:
URL: https://github.com/apache/datafusion/pull/18885#discussion_r2554045565
##########
datafusion/core/tests/dataframe/mod.rs:
##########
@@ -3302,30 +3302,33 @@ async fn test_count_wildcard_on_where_scalar_subquery()
-> Result<()> {
assert_snapshot!(
pretty_format_batches(&sql_results).unwrap(),
@r"
-
+---------------+-------------------------------------------------------------------------------------------------------------------------+
Review Comment:
The physical plan changed bc join selection now uses available byte stats.
Which leads to a more optimal join order - ensuring the smaller side is
chosen as the build side.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]