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

feature request: consider removing part_prefix from fuse table location #16755

Closed
dantengsky opened this issue Nov 2, 2024 · 0 comments · Fixed by #16757
Closed

feature request: consider removing part_prefix from fuse table location #16755

dantengsky opened this issue Nov 2, 2024 · 0 comments · Fixed by #16757

Comments

@dantengsky
Copy link
Member

dantengsky commented Nov 2, 2024

Summary

As create table with location_prefix option, like:


-- create table with location_prefix, 
-- such that, the "names" of blocks will be prefixed with "my_prefix_"

create table t(...) 

's3://...' 

location_prefix = 'my_prefix_';

no longer supported.

https://docs.databend.com/sql/sql-commands/ddl/table/ddl-create-table-external-location

@dantengsky dantengsky changed the title chore: remove part_prefix from fuse table location feature request: consider removing part_prefix from fuse table location Nov 2, 2024
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 a pull request may close this issue.

1 participant