Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rust/processor/src/gap_detectors/parquet_gap_detector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ impl GapDetectorTrait for ParquetFileGapDetectorInner {
});

if result.start_version == -1 {
// meaning we didn't really upload anything but we stil lwould like to update the map to reduce memory usage.
// meaning we didn't really upload anything but we still would like to update the map to reduce memory usage.
self.update_next_version_to_process(self.max_version, &result.table_name);
return Ok(GapDetectorResult::ParquetFileGapDetectorResult(
ParquetFileGapDetectorResult {
Expand Down