Skip to content

Commit 42d508f

Browse files
ksseniiserxa
andauthored
Update src/Storages/ObjectStorage/DataLakes/DeltaLake/TableSnapshot.cpp
Co-authored-by: Sergei Trifonov <[email protected]>
1 parent 931e485 commit 42d508f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storages/ObjectStorage/DataLakes/DeltaLake/TableSnapshot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ class TableSnapshot::Iterator final : public DB::IObjectIterator
268268
/// and data scanning thread is finished.
269269
bool iterator_finished = false;
270270

271-
/// A CV to notify data scanning thread to contonue,
271+
/// A CV to notify data scanning thread to continue,
272272
/// as current data batch is fully read.
273273
std::condition_variable schedule_next_batch_cv;
274274

0 commit comments

Comments
 (0)