chore: fix compile

This commit is contained in:
evenyag
2024-11-07 00:28:19 +08:00
parent 56781e7fbc
commit e8b326382f

View File

@@ -310,7 +310,7 @@ fn assign_to_windows<'a>(
let mut windows: HashMap<i64, Window> = HashMap::new();
// Iterates all files and assign to time windows according to max timestamp
for f in files {
if file.compacting() {
if f.compacting() {
continue;
}
let (_, end) = f.time_range();