Skip to content

Commit d8f8853

Browse files
committed
code format
1 parent 9e84a21 commit d8f8853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

be/src/olap/rowset/segment_v2/segment.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ Status Segment::_create_column_readers(const SegmentFooterPB& footer) {
709709
}
710710

711711
Status Segment::new_default_iterator(const TabletColumn& tablet_column,
712-
std::unique_ptr<ColumnIterator>* iter) {
712+
std::unique_ptr<ColumnIterator>* iter) {
713713
if (!tablet_column.has_default_value() && !tablet_column.is_nullable()) {
714714
return Status::InternalError(
715715
"invalid nonexistent column without default value. column_uid={}, column_name={}, "

0 commit comments

Comments
 (0)