Skip to content

Commit e0cb1a6

Browse files
committed
add order by
1 parent 43a5d4d commit e0cb1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/queries/0_stateless/03203_hive_style_partitioning.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ SELECT *, column0 FROM s3('http://localhost:11111/test/hive_partitioning/column0
7070
SELECT *, non_existing_column FROM s3('http://localhost:11111/test/hive_partitioning/non_existing_column=Elizabeth/sample.parquet') LIMIT 10;
7171
SELECT *, column0 FROM s3('http://localhost:11111/test/hive_partitioning/column0=*/sample.parquet') WHERE column0 = 'Elizabeth' LIMIT 10;
7272
73-
SELECT _path FROM s3('http://localhost:11111/test/hive_partitioning/column0=Arthur/**.parquet');
73+
SELECT _path FROM s3('http://localhost:11111/test/hive_partitioning/column0=Arthur/**.parquet') order by _path;
7474
SELECT _path FROM s3('http://localhost:11111/test/hive_partitioning/column0=Arthur/**.parquet') where column1 = '';
7575
"""
7676

0 commit comments

Comments
 (0)