yiguolei commented on code in PR #60587:
URL: https://github.com/apache/doris/pull/60587#discussion_r2802043796
##########
be/src/olap/types.h:
##########
Review Comment:
这个from string 还有用吗?
##########
be/src/vec/data_types/serde/data_type_nullable_serde.cpp:
##########
@@ -476,6 +476,10 @@ void DataTypeNullableSerDe::to_string(const IColumn&
column, size_t row_num, Buf
}
}
+std::string DataTypeNullableSerDe::to_zonemap_string(const char* value) const {
Review Comment:
为什么这个参数是char*?
--
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]