Skip to content

Commit bc68087

Browse files
committed
Fix benchmark again.
1 parent d3086b8 commit bc68087

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

benchmarks/src/smj.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ const SMJ_QUERIES: &[&str] = &[
277277
WHERE EXISTS (
278278
SELECT 1 FROM t2_sorted
279279
WHERE t2_sorted.key = t1_sorted.key
280+
AND t2_sorted.data <> t1_sorted.data
280281
AND t2_sorted.data % 10 <> 0
281282
)
282283
"#,

0 commit comments

Comments
 (0)