Re: [PR] fix: enable public access to ManifestEntry properties [iceberg-rust]

2024-03-18 Thread via GitHub
a-agmon commented on PR #284: URL: https://github.com/apache/iceberg-rust/pull/284#issuecomment-2005960689 Just to add a motivation the purpose is to allow this kind of API access: ```rust let mut stream = table_scan.plan_files().await?; while let Some(file) = stream.next

<    1   2   3