Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: list log files with checkpoint when version is None (#312)
Previously, if read_last_checkpoint returned a valid _last_checkpoint hint but the version requested was None (i.e. requesting the lastest version) we would still list_log_files without listing from the checkpoint hint. This change will detect when we have a valid _last_checkpoint and request the latest version and instead list_log_files_with_checkpoint --------- Co-authored-by: Mervyn Zhang <[email protected]> Co-authored-by: Zach Schuermann <[email protected]>
- Loading branch information