apache / iceberg-rust

Apache Iceberg
https://rust.iceberg.apache.org/
Apache License 2.0
477 stars 97 forks source link

fix: renaming FileScanTask.data_file to data_manifest_entry #300

Closed a-agmon closed 3 months ago

a-agmon commented 3 months ago

resolves: #299

This PR is:

  1. Renames FileScanTask.data_file to data_manifest_entry (it returns ManifestEntry)
  2. Exposes data_file() on ManifestEntry
  3. change access to data_file to FileScanTask.data_manifest_entry().data_file()