Skip to content

Commit 1218ab7

Browse files
committed
tweak test case parquet_missing_uuid
ignore result-set of `copy into` when preparing data.
1 parent d743eaa commit 1218ab7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/sqllogictests/suites/stage/formats/parquet/options/parquet_missing_uuid.test

+2-3
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ query
2222
select * from t_uuid
2323
----
2424

25-
query
25+
# prepare data for copying into t_uuid
26+
statement ok
2627
copy into @data/parquet/unload/uuid/ from (select 1 as a) file_format = (type = parquet)
27-
----
28-
1 1 374
2928

3029
statement ok
3130
truncate table t_uuid

0 commit comments

Comments
 (0)