kosiew commented on code in PR #19884:
URL: https://github.com/apache/datafusion/pull/19884#discussion_r2707034929
##########
datafusion/core/tests/custom_sources_cases/dml_planning.rs:
##########
@@ -246,6 +269,75 @@ async fn test_delete_complex_expr() -> Result<()> {
Ok(())
}
+#[tokio::test]
+async fn test_delete_filter_pushdown_extracts_table_scan_filters() ->
Result<()> {
+ let provider = Arc::new(CaptureDeleteProvider::new_with_filter_pushdown(
Review Comment:
Added in
https://github.com/apache/datafusion/pull/19884/commits/98be1b5e03530aba6ffc3d9658be3e33667b4993
https://github.com/apache/datafusion/pull/19884/commits/5fcb927f6bea3f7a60cb796c8aceda757d9f2124
--
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]