Skip to content

Commit 553fed0

Browse files
Backport ClickHouse#91957 to 25.8: Backport fix 03644_object_storage_correlated_subqueries to release br…
1 parent 209637f commit 553fed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/queries/0_stateless/03644_object_storage_correlated_subqueries.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ WHERE n1.c1 > (
1212
SELECT AVG(n2.c1)
1313
FROM s3('http://localhost:11111/test/test-data-03644_object_storage.csv', 'test', 'testtest') AS n2
1414
WHERE n2.c1 < n1.c1
15-
)
15+
) ORDER BY n1.c1
1616
SETTINGS allow_experimental_correlated_subqueries = 1;

0 commit comments

Comments
 (0)