Skip to content

Commit d4439e5

Browse files
novikdianton-ru
authored andcommitted
Fix order in the test
1 parent bba5b98 commit d4439e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/queries/0_stateless/03644_object_storage_correlated_subqueries.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ WHERE n1.c1 > (
1313
FROM s3('http://localhost:11111/test/test-data-03644_object_storage.csv', 'test', 'testtest') AS n2
1414
WHERE n2.c1 < n1.c1
1515
)
16+
ORDER BY n1.c1
1617
SETTINGS allow_experimental_correlated_subqueries = 1;

0 commit comments

Comments
 (0)