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

add support for per_thread_output in external materialization #493

Conversation

elephantmetropolis
Copy link

@elephantmetropolis elephantmetropolis commented Dec 17, 2024

When using the DuckDB COPY ... TO command with the per_thread_output parameter, it can create multiple files, similar to the behavior of the partition_by parameter. These parameters can be handled in almost the same way.

Possible solution to that issue I opened #492

Copy link
Collaborator

@jwills jwills left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM-- thank you @elephantmetropolis!

@jwills jwills merged commit 0da066b into duckdb:master Dec 18, 2024
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants