Skip to content

Commit 6ba0c86

Browse files
Merge pull request ClickHouse#91970 from ClickHouse/backport/25.8/91957
Backport ClickHouse#91957 to 25.8: Backport fix 03644_object_storage_correlated_subqueries to release br…
2 parents 6915de2 + 553fed0 commit 6ba0c86

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)