FileManifest¶
FileManifest is an abstraction of file manifests for ConvertToDeltaCommand.
FileManifest is Closeable (Java).
Contract¶
basePath¶
basePath: String
The base path of a delta table
getFiles¶
getFiles: Iterator[SerializableFileStatus]
The active files of a delta table
Used when:
ConvertToDeltaCommandis requested to createDeltaActions and performConvert