yihua opened a new issue, #18758:
URL: https://github.com/apache/hudi/issues/18758
### 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.
--
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]