icelake-io/icelake

bug: current_data_files returns more data files than expectations

Closed this issue · 0 comments

Currently, current_data_files returns all manifest data files regardless of their manifest status. However, after compaction, some manifest status may be marked as Deleted. We should skip these files to ensure that data_files_of_snapshot does not return duplicate files.