LiaCastaneda commented on issue #19715:
URL: https://github.com/apache/datafusion/issues/19715#issuecomment-3733169909

   I suspect this is happening because you have a custom `DataSource`, that 
differently to `FileScanConfig` (used for parquet) doesn't call 
`reassign_expr_columns` inside `try_pushdown_filters` 
([code](https://github.com/apache/datafusion/blob/458b49109af58e678520edebbad9fb3edfd26992/datafusion/datasource/src/file_scan_config.rs#L802)),
 so `with_new_children` is never called. We should fix this since it should 
work out of the box for any DataSource, I will try to think of something...


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