We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A clear, concise description of the feature you'd like to see.
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
The text was updated successfully, but these errors were encountered:
arthurpassos
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: