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 e2ebe14 commit 135a47aCopy full SHA for 135a47a
test/sql/copy/return_files.test
@@ -26,6 +26,8 @@ COPY integers TO '__TEST_DIR__/test_batch_copy_to_file.parquet' (RETURN_FILES TR
26
statement ok
27
SET threads=2;
28
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.
31
query II
32
COPY integers TO '__TEST_DIR__/test_per_thread_output' (RETURN_FILES, PER_THREAD_OUTPUT);
33
----
0 commit comments