adriangb commented on code in PR #19300:
URL: https://github.com/apache/datafusion/pull/19300#discussion_r2615212727
##########
datafusion/proto/src/physical_plan/to_proto.rs:
##########
@@ -227,6 +228,30 @@ pub fn serialize_physical_expr(
let value = snapshot_physical_expr(Arc::clone(value))?;
let expr = value.as_any();
+ // HashTableLookupExpr is used for dynamic filter pushdown in hash joins.
Review Comment:
Yes I agree
--
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]