File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 17179 . Rename ` FileSystemClient ` to ` StorageHandler ` ([ #805 ] )
181810 . Adopt types for table features (New ` ReadFeature::Unknown(String) ` and
1919 (` WriterFeature::Unknown(String) ` ) ([ #684 ] )
20+ 11 . Renamed ` ScanData ` to ` ScanMetadata ` ([ #817 ] )
21+ - rename ` ScanData ` to ` ScanMetadata `
22+ - rename ` Scan::scan_data() ` to ` Scan::scan_metadata() `
23+ - (ffi) rename ` free_kernel_scan_data() ` to ` free_scan_metadata_iter() `
24+ - (ffi) rename ` kernel_scan_data_next() ` to ` scan_metadata_next() `
25+ - (ffi) rename ` visit_scan_data() ` to ` visit_scan_metadata() `
26+ - (ffi) rename ` kernel_scan_data_init() ` to ` scan_metadata_iter_init() `
27+ - (ffi) rename ` KernelScanDataIterator ` to ` ScanMetadataIterator `
28+ - (ffi) rename ` SharedScanDataIterator ` to ` SharedScanMetadataIterator `
29+ 12 . ` ScanMetadata ` is now a struct (instead of tuple) with new ` FiltereEngineData ` type ([ #768 ] )
2030
2131### 🚀 Features / new APIs
2232
99109[ #805 ] : https://github.com/delta-io/delta-kernel-rs/pull/805
100110[ #549 ] : https://github.com/delta-io/delta-kernel-rs/pull/549
101111[ #684 ] : https://github.com/delta-io/delta-kernel-rs/pull/684
112+ [ #817 ] : https://github.com/delta-io/delta-kernel-rs/pull/817
113+ [ #768 ] : https://github.com/delta-io/delta-kernel-rs/pull/768
102114
103115
104116## [ v0.8.0] ( https://github.com/delta-io/delta-kernel-rs/tree/v0.8.0/ ) (2025-03-04)
You can’t perform that action at this time.
0 commit comments