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(storage): get all parquet file list for fuse engine #7631

Merged
merged 7 commits into from
Sep 16, 2022

Conversation

zhyass
Copy link
Member

@zhyass zhyass commented Sep 15, 2022

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

mysql> select * from fuse_block('default','t', '7cc7af2b8fd54222b337ae6912f293ed')\G
*************************** 1. row ***************************
          snapshot_id: 7cc7af2b8fd54222b337ae6912f293ed
            timestamp: 2022-09-13 15:50:50.094912
       block_location: 1/12/_b/ca51137b26874d60a837ab28fa3d4b1e_v0.parquet
           block_size: 8
bloom_filter_location: 1/12/_i/ca51137b26874d60a837ab28fa3d4b1e_v1.parquet
    bloom_filter_size: 223
1 row in set (0.04 sec)
Read 1 rows, 208.00 B in 0.012 sec., 82.15 rows/sec., 16.69 KiB/sec.

Fixes #7591

@vercel
Copy link

vercel bot commented Sep 15, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
databend ✅ Ready (Inspect) Visit Preview Sep 16, 2022 at 1:35AM (UTC)

@mergify mergify bot added the pr-feature this PR introduces a new feature to the codebase label Sep 15, 2022
@BohuTANG BohuTANG requested a review from dantengsky September 15, 2022 07:28
Copy link
Member

@dantengsky dantengsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@BohuTANG BohuTANG left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@mergify mergify bot merged commit 3c2993e into databendlabs:main Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-feature this PR introduces a new feature to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: get all parquet file list for fuse engine
4 participants