plusplusjiajia opened a new pull request, #7785:
URL: https://github.com/apache/paimon/pull/7785
### Purpose
Add two new columns to the $partitions system table:
- num_buckets (INT): number of buckets in the partition, sourced from
PartitionStatistics.totalBuckets()
- done (BOOLEAN): whether the partition has been marked done, sourced
from Partition.done()
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]