Skip to content

Core: Add dv_count column to PartitionsTable - #17851

Open
hemanthboyina wants to merge 1 commit into
apache:mainfrom
hemanthboyina:dv_count_non_breaking
Open

Core: Add dv_count column to PartitionsTable#17851
hemanthboyina wants to merge 1 commit into
apache:mainfrom
hemanthboyina:dv_count_non_breaking

Conversation

@hemanthboyina

Copy link
Copy Markdown
Contributor

This adds a new dv_count column to the partitions metadata table that reports the number of deletion vectors (DVs) per partition.

Comment on lines +365 to +367
if (file.format() == FileFormat.PUFFIN) {
this.dvCount += 1;
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

1 Puffin files can multiple DVs right ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants