Skip to content

Commit 135a47a

Browse files
committed
update flaky return_files.test
1 parent e2ebe14 commit 135a47a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/sql/copy/return_files.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ COPY integers TO '__TEST_DIR__/test_batch_copy_to_file.parquet' (RETURN_FILES TR
2626
statement ok
2727
SET threads=2;
2828

29+
# as mentioned in per_thread_output.test, the number of files do not necessarily match the number of threads
30+
# here, we check if the number of rows are correct and at least one file has been written.
2931
query II
3032
COPY integers TO '__TEST_DIR__/test_per_thread_output' (RETURN_FILES, PER_THREAD_OUTPUT);
3133
----

0 commit comments

Comments
 (0)