Skip to content

Commit 8d77bd7

Browse files
committed
0 depth case
1 parent c7a8c03 commit 8d77bd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/sketch/sketch_columns.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ uint8_t FixedSizeSketchColumn::get_depth() const {
6969
return i - 1;
7070
}
7171
}
72+
return 0;
7273
}
7374

7475
// TODO - implement actual deserialization
@@ -230,6 +231,7 @@ uint8_t ResizeableSketchColumn::get_depth() const {
230231
return i - 1;
231232
}
232233
}
234+
return 0;
233235
}
234236

235237

0 commit comments

Comments
 (0)