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.
Task Description
Currently, column stats and partition stats are not supported with Lance file format. Such support needs to be added.
Particularly,
LanceUtilsdoes not implement reading column stats metadata from the Lance files.Task Type
Code improvement/refactoring
Related Issues
Parent feature issue: (if applicable )
Related issues:
NOTE: Use
Relationshipsbutton to add parent/blocking issues after issue is created.