yiguolei commented on code in PR #59488:
URL: https://github.com/apache/doris/pull/59488#discussion_r2659281529
##########
be/src/vec/columns/column_varbinary.h:
##########
@@ -77,7 +77,8 @@ class ColumnVarbinary final : public COWHelper<IColumn,
ColumnVarbinary> {
char* alloc(size_t length) { return _arena.alloc(length); }
void insert(const Field& x) override {
- const auto& value = vectorized::get<const StringViewField&>(x);
+ const auto& value =
Review Comment:
insert 一个field 的时候,到底是获取cpptype 还是 column item type?
--
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]