This is an automated email from the ASF dual-hosted git repository.
jonah pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 7f6fc07577 Disabling test for semi join with filters (#10887)
7f6fc07577 is described below
commit 7f6fc07577f882d39db72e44ebabe0442a7bf016
Author: Edmondo Porcu <[email protected]>
AuthorDate: Wed Jun 12 09:53:51 2024 -0400
Disabling test for semi join with filters (#10887)
---
datafusion/core/tests/fuzz_cases/join_fuzz.rs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/datafusion/core/tests/fuzz_cases/join_fuzz.rs
b/datafusion/core/tests/fuzz_cases/join_fuzz.rs
index 8c2e24de56..7dbbfb25bf 100644
--- a/datafusion/core/tests/fuzz_cases/join_fuzz.rs
+++ b/datafusion/core/tests/fuzz_cases/join_fuzz.rs
@@ -179,7 +179,8 @@ async fn test_semi_join_1k() {
.run_test()
.await
}
-
+// See https://github.com/apache/datafusion/issues/10886
+#[ignore]
#[tokio::test]
async fn test_semi_join_1k_filtered() {
JoinFuzzTestCase::new(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]