Skip to content

Commit 3c30106

Browse files
committed
fix
1 parent f668d1c commit 3c30106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/service/tests/it/pipelines/builders/runtime_filter.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ async fn test_generate_runtime_filter() -> Result<()> {
126126
"SELECT * FROM aa JOIN bb ON aa.number = bb.number",
127127
)
128128
.await?;
129-
let join = find_join(&plan)?;
129+
// let join = find_join(&plan)?;
130130
let join_build_state = join_build_state(&fixture.new_query_ctx().await?, &join).await?;
131131
assert!(join_build_state.get_enable_bloom_runtime_filter());
132132
assert!(join_build_state.get_enable_min_max_runtime_filter());

0 commit comments

Comments
 (0)