zhangxffff commented on code in PR #20444:
URL: https://github.com/apache/datafusion/pull/20444#discussion_r2833559732
##########
datafusion/physical-expr/benches/in_list.rs:
##########
@@ -219,6 +222,144 @@ fn bench_realistic_mixed_strings<A>(
}
}
+/// Benchmarks the dynamic evaluation path (no static filter) by including
+/// a column reference in the IN list, which prevents static filter creation.
Review Comment:
Thanks for your advice, I have added equivalent SQL examples in docstring.
--
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]