Skip to content

Commit 49b8c4a

Browse files
committed
upd
1 parent 32b0fd6 commit 49b8c4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

be/src/vec/columns/column.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ Status IColumn::column_self_check() const {
140140
}
141141
// check complex type data nullable
142142
if (!complex_type_data_nullable_check()) {
143-
return Status::InternalError("complex type data nullable check failed for column: {} , {}",
144-
get_name(), dump_structure());
143+
return Status::InternalError("complex type data nullable check failed for column: {} ",
144+
dump_structure());
145145
}
146146
#endif
147147
return Status::OK();

0 commit comments

Comments
 (0)