yangzhg commented on a change in pull request #8180:
URL: https://github.com/apache/incubator-doris/pull/8180#discussion_r811512407



##########
File path: be/test/vec/core/column_nullable_test.cpp
##########
@@ -28,7 +28,12 @@
 namespace doris::vectorized {
 
 TEST(ColumnNullableTest, HashTest) {
-    ColumnPtr column = ColumnVector<int>::create({10, 20});
+    MutableColumnPtr tmp_column = ColumnVector<int>::create();

Review comment:
       not suport  initialize list constructor ?




-- 
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]

Reply via email to