We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a5d4d commit e0cb1a6Copy full SHA for e0cb1a6
tests/queries/0_stateless/03203_hive_style_partitioning.sh
@@ -70,7 +70,7 @@ SELECT *, column0 FROM s3('http://localhost:11111/test/hive_partitioning/column0
70
SELECT *, non_existing_column FROM s3('http://localhost:11111/test/hive_partitioning/non_existing_column=Elizabeth/sample.parquet') LIMIT 10;
71
SELECT *, column0 FROM s3('http://localhost:11111/test/hive_partitioning/column0=*/sample.parquet') WHERE column0 = 'Elizabeth' LIMIT 10;
72
73
-SELECT _path FROM s3('http://localhost:11111/test/hive_partitioning/column0=Arthur/**.parquet');
+SELECT _path FROM s3('http://localhost:11111/test/hive_partitioning/column0=Arthur/**.parquet') order by _path;
74
SELECT _path FROM s3('http://localhost:11111/test/hive_partitioning/column0=Arthur/**.parquet') where column1 = '';
75
"""
76
0 commit comments