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

feat: get all parquet file list for fuse engine #7591

Closed
Tracked by #7592
BohuTANG opened this issue Sep 13, 2022 · 1 comment · Fixed by #7631
Closed
Tracked by #7592

feat: get all parquet file list for fuse engine #7591

BohuTANG opened this issue Sep 13, 2022 · 1 comment · Fixed by #7631
Assignees
Labels
A-storage Area: databend storage C-feature Category: feature

Comments

@BohuTANG
Copy link
Member

BohuTANG commented Sep 13, 2022

Summary

SELECT * FROM FUSE_SNAPSHOT_FILES(‘<database>‘, ’<table>‘);

Returns the parquet file lists with the latest snapshot:

snapshot_id, timestamp, file_location

To make the downstream work with all parquet files under a snapshot.

@BohuTANG BohuTANG added C-feature Category: feature A-storage Area: databend storage labels Sep 13, 2022
@BohuTANG
Copy link
Member Author

cc @dantengsky @zhyass

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-storage Area: databend storage C-feature Category: feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants