v0.1.2
- Lance now supports projection for nested column (e.g., "annotations.name")
- There's also a fast path for CountRows to get the record count by looking at metadata
- Finally, Lance now supports writing optional key-value metadata (
pa.Table.schema.metadata
)
What's Changed
- GH release automation improvement by @changhiskhan in #212
- Refactor benchmark and dataset generation by @changhiskhan in #205
- install fsspec and s3fs by @changhiskhan in #213
- Add ArrayFromJSON and TableFromJSON help functions for easy testing. by @eddyxu in #214
- [C++] Merge two schemas by @eddyxu in #217
- Support nested column projection by @eddyxu in #220
- Implement CountRows for fast path of countings by @eddyxu in #221
- Write schema metadata to Manifest by @eddyxu in #222
Full Changelog: v0.1.1...v0.1.2