amorynan commented on code in PR #15966: URL: https://github.com/apache/doris/pull/15966#discussion_r1093010599
########## be/src/runtime/types.cpp: ########## @@ -223,6 +227,15 @@ TypeDescriptor::TypeDescriptor(const google::protobuf::RepeatedPtrField<PTypeNod children.push_back(TypeDescriptor(types, idx)); break; } + case TTypeNodeType::MAP: { + type = TYPE_MAP; + if (node.has_contains_null()) { + contains_null = node.contains_null(); Review Comment: yes , map from fe has no contains_null yet, I will delete it -- 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-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org