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

S3 hive style partitioned writes #658

Open
arthurpassos opened this issue Feb 25, 2025 · 0 comments
Open

S3 hive style partitioned writes #658

arthurpassos opened this issue Feb 25, 2025 · 0 comments
Assignees

Comments

@arthurpassos
Copy link
Collaborator

Describe the new feature

A clear, concise description of the feature you'd like to see.

Use case

create table s3 (year uint16, class string, nick string) engine=s3(s3_conn, filename='{_partition_id}.parquet') partition by (year, class);

insert into s3 values (2022, 'warrior', 'aplayer');

use_hive should prolly be an engine setting
will add more details alter

@arthurpassos arthurpassos self-assigned this Feb 25, 2025
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

No branches or pull requests

1 participant