Skip to content
New issue

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

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

Already on GitHub? # to your account

feat: fuse external table block location prefix #8801

Closed
Tracked by #7592
BohuTANG opened this issue Nov 15, 2022 · 2 comments · Fixed by #9381
Closed
Tracked by #7592

feat: fuse external table block location prefix #8801

BohuTANG opened this issue Nov 15, 2022 · 2 comments · Fixed by #9381
Assignees
Labels
C-feature Category: feature prio: low Low priority

Comments

@BohuTANG
Copy link
Member

BohuTANG commented Nov 15, 2022

Summary

Raw name:
image

external table:

create table demo(name VARCHAR, age int) 
's3://bohu/fuse/' -- your bucket
connection=(ACCESS_KEY_ID='<your-key>' SECRET_ACCESS_KEY='<your-secret>')
location_prefix='my_';
my_0207b336bbef4cf6808724f7cd255653_v0.parquet
@BohuTANG BohuTANG added the C-feature Category: feature label Nov 15, 2022
@BohuTANG
Copy link
Member Author

cc @ariesdevil

@ariesdevil ariesdevil self-assigned this Nov 15, 2022
@BohuTANG BohuTANG changed the title feat: fuse external table block prefix feat: fuse external table block location prefix Nov 15, 2022
@BohuTANG BohuTANG added the prio: low Low priority label Nov 21, 2022
@BohuTANG
Copy link
Member Author

This is in low priority, cc @ariesdevil

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
C-feature Category: feature prio: low Low priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants