We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac2a7e commit 89443bfCopy full SHA for 89443bf
datafusion/core/tests/fuzz_cases/join_fuzz.rs
@@ -79,20 +79,20 @@ async fn test_full_join_1k() {
79
}
80
81
#[tokio::test]
82
-async fn test_semi_join_10k() {
+async fn test_semi_join_1k() {
83
run_join_test(
84
- make_staggered_batches(10000),
85
+ make_staggered_batches(1000),
86
JoinType::LeftSemi,
87
)
88
.await
89
90
91
92
-async fn test_anti_join_10k() {
+async fn test_anti_join_1k() {
93
94
95
96
JoinType::LeftAnti,
97
98
0 commit comments