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

Add partitions_total #3898

Closed
BohuTANG opened this issue Jan 19, 2022 · 2 comments · Fixed by #3903
Closed

Add partitions_total #3898

BohuTANG opened this issue Jan 19, 2022 · 2 comments · Fixed by #3903
Labels
A-storage Area: databend storage good first issue Category: good first issue

Comments

@BohuTANG
Copy link
Member

We already have the partitions_scanned(this is the partitions after pruning):
https://github.com/datafuselabs/databend/blob/6bd00e35892e7f6cdf529dcc134f7b943e89a616/common/dal/src/context.rs#L34

We still need the partitions_total to show how many partitions we have before pruning.

@BohuTANG BohuTANG added good first issue Category: good first issue A-storage Area: databend storage labels Jan 19, 2022
@BohuTANG
Copy link
Member Author

cc @dantengsky

@dantengsky
Copy link
Member

got it

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

Successfully merging a pull request may close this issue.

2 participants