Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
cristipp committed May 17, 2022
1 parent 081dbab commit 7605e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/cubestore/cubestore-sql-tests/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2633,7 +2633,7 @@ async fn partitioned_index_filter(service: Box<dyn SqlClient>) {
SELECT id, url, hits, location
FROM s.t1 `t1`
LEFT JOIN s.t2 `t2` ON t1.id = t2.id2 AND t1.url = t2.url2
-- WHERE location = 'NONE'
WHERE location = 'NONE'
ORDER BY 1, 2
"#)
.await
Expand Down

0 comments on commit 7605e42

Please sign in to comment.