mbutrovich commented on code in PR #20806:
URL: https://github.com/apache/datafusion/pull/20806#discussion_r2906537029


##########
benchmarks/src/smj.rs:
##########
@@ -277,6 +277,7 @@ const SMJ_QUERIES: &[&str] = &[
         WHERE EXISTS (
             SELECT 1 FROM t2_sorted
             WHERE t2_sorted.key = t1_sorted.key
+              AND t2_sorted.data <> t1_sorted.data

Review Comment:
   I added this benchmark in #18875 but neglected to apply the filter 
correctly. Now this 90% scenario has the same logic as the 10% and 50% filters 
above it.



-- 
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]

Reply via email to