You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/06/29 13:04:27 UTC

[GitHub] [doris] carlvinhust2012 commented on a diff in pull request #10385: [feature-wip](array-type) add function arrays_remove

carlvinhust2012 commented on code in PR #10385:
URL: https://github.com/apache/doris/pull/10385#discussion_r909605611


##########
be/src/vec/utils/util.hpp:
##########
@@ -38,6 +40,12 @@ class VectorizedUtils {
         ColumnsWithTypeAndName columns_with_type_and_name;
         for (const auto& tuple_desc : row_desc.tuple_descriptors()) {
             for (const auto& slot_desc : tuple_desc->slots()) {
+                LOG(INFO) << "slot type is " << slot_desc->get_data_type_ptr()->get_name();

Review Comment:
   is this log necessary?



-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org