yiguolei commented on code in PR #67784:
URL: https://github.com/apache/doris/pull/67784#discussion_r4056356011
##########
be/src/exprs/hybrid_set.h:
##########
@@ -466,7 +466,8 @@ class HybridSet : public HybridSetBase {
ObjectPool _pool;
};
-template <typename _ContainerType = DynamicContainer<std::string>>
+template <typename _ContainerType = DynamicContainer<std::string>,
+ typename ColumnType = ColumnString>
class StringSet : public HybridSetBase {
Review Comment:
不要动这个类,这么模板参数炸掉了
--
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]