We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b0fd6 commit 49b8c4aCopy full SHA for 49b8c4a
be/src/vec/columns/column.cpp
@@ -140,8 +140,8 @@ Status IColumn::column_self_check() const {
140
}
141
// check complex type data nullable
142
if (!complex_type_data_nullable_check()) {
143
- return Status::InternalError("complex type data nullable check failed for column: {} , {}",
144
- get_name(), dump_structure());
+ return Status::InternalError("complex type data nullable check failed for column: {} ",
+ dump_structure());
145
146
#endif
147
return Status::OK();
0 commit comments