Skip to content

Commit 7ef4fce

Browse files
authored
Merge pull request #1203 from Altinity/bugfix/antalya-25.8/fix_03644_object_storage_correlated_subqueries
Fix test 03644_object_storage_correlated_subqueries
2 parents 8370e98 + d4439e5 commit 7ef4fce

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)