Skip to content

Support column and partition stats with Lance file format #18758

@yihua

Description

@yihua

Task Description

Currently, column stats and partition stats are not supported with Lance file format. Such support needs to be added.

Particularly, LanceUtils does not implement reading column stats metadata from the Lance files.

  @Override
  public List<HoodieColumnRangeMetadata<Comparable>> readColumnStatsFromMetadata(HoodieStorage storage,
                                                                                  StoragePath filePath,
                                                                                  List<String> columnList,
                                                                                  HoodieIndexVersion indexVersion) {
    throw new UnsupportedOperationException("readColumnStatsFromMetadata is not yet supported for Lance format");
  }

Task Type

Code improvement/refactoring

Related Issues

Parent feature issue: (if applicable )
Related issues:
NOTE: Use Relationships button to add parent/blocking issues after issue is created.

Metadata

Metadata

Labels

type:devtaskDevelopment tasks and maintenance work

Type

No type
No fields configured for issues without a type.

Projects

Status
In progress

Relationships

None yet

Development

No branches or pull requests

Issue actions