Hi Arvind,
You should be able to iterate over the DataFile instances in the manifest
file. ManifestReader is Iterable and exposes all of the data files that
have not been deleted.
rb
On Fri, Jan 25, 2019 at 1:44 PM Arvind Pruthi wrote:
> Hi Ryan
>
> I was going over some code in iceberg and n
Hi Ryan
I was going over some code in iceberg and noticed that the Manifest Entry
class is not public. Because of this any code outside the package cannot
iterate over a ManifestFile. Any thoughts on why this is the case and is there
a recommended way of iterating over entries in ManifestFile o