yiguolei commented on code in PR #39030:
URL: https://github.com/apache/doris/pull/39030#discussion_r1709117808
##########
be/src/vec/core/block.cpp:
##########
@@ -518,7 +518,8 @@ std::string Block::dump_data(size_t begin, size_t
row_limit, bool allow_null_mis
if (data[i].column) {
if (data[i].type->is_nullable() &&
!data[i].column->is_nullable()) {
assert(allow_null_mismatch);
- s = assert_cast<const
DataTypeNullable*>(data[i].type.get())
Review Comment:
not need disable,this is a debug function
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]