AdamGS commented on code in PR #22604:
URL: https://github.com/apache/datafusion/pull/22604#discussion_r3397964994
##########
datafusion/datasource-parquet/src/row_filter.rs:
##########
@@ -484,6 +489,13 @@ impl TreeNodeVisitor<'_> for PushdownChecker<'_> {
return Ok(recursion);
}
+ if
ScalarFunctionExpr::try_downcast_func::<FileRowIndexFunc>(node.as_ref())
Review Comment:
I'm pretty sure an earlier version ran into that even with
`ExpressionPlacement`, not sure what changed.
--
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]