Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] Block size nightly run #12283

Merged
merged 3 commits into from
May 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove stuff
  • Loading branch information
taniabogatsch committed May 28, 2024
commit 7c106d8b56ffe318351de9b201b542c15d369b59
2 changes: 0 additions & 2 deletions test/sql/copy/per_thread_output.test
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ SELECT COUNT(*) FROM PARQUET_SCAN('__TEST_DIR__/per_thread_output2/*.parquet')
statement error
COPY (FROM bigdata) TO '__TEST_DIR__/per_thread_output2/' (FORMAT PARQUET, PER_THREAD_OUTPUT TRUE);
----
is not empty

# we have not added anything
query I
Expand All @@ -71,4 +70,3 @@ SELECT COUNT(*) FROM PARQUET_SCAN('__TEST_DIR__/per_thread_output2/*.parquet')
statement error
COPY (FROM bigdata) TO '__TEST_DIR__/per_thread_output3' (FORMAT PARQUET, PER_THREAD_OUTPUT TRUE, USE_TMP_FILE TRUE);
----
Can't combine USE_TMP_FILE and PER_THREAD_OUTPUT for COPY
Loading