We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
partitions_total
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
partitions_scanned
We still need the partitions_total to show how many partitions we have before pruning.
The text was updated successfully, but these errors were encountered:
cc @dantengsky
Sorry, something went wrong.
got it
Successfully merging a pull request may close this issue.
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.The text was updated successfully, but these errors were encountered: