Skip to content

Validate col stats for MOR data table #15970

@hudi-bot

Description

@hudi-bot

For COW, col stats processing/evaluation is straight forward. but for MOR tables, it may not be. 

We store file name as one of the component in record key in col stats entries. So, each file will have an entry in col stats index in MDT. But for MOR table, expectation is, we need one col stats value for entire file slice. (base file + bunch of log files). 

we should also include merged file slices (last but one file slice's base file + last but one file slice's log files + latest slice's log files) 

We need to go through the flow end to end and verify these are all intact. 

  • Ensure we are able to evaluate one col stats value for one file slice
  • Ensure merge file slices are in-corporated 
  • Ensure delete log blocks are in-corporated as well. 
  • Ensure custom deletes (custom payloads) are also incorporated. 

 

JIRA info

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:readerReader core functionalityarea:writerWrite client and core write operationsfrom-jirapriority:highSignificant impact; potential bugstype:bugBug reports and fixes

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions