wuyunfeng commented on a change in pull request #5401:
URL: https://github.com/apache/incubator-doris/pull/5401#discussion_r608307294



##########
File path: be/src/exec/es/es_scroll_parser.cpp
##########
@@ -314,9 +314,13 @@ Status ScrollParser::fill_tuple(const TupleDescriptor* 
tuple_desc, Tuple* tuple,
             continue;
         }
 
-        tuple->set_not_null(slot_desc->null_indicator_offset());
         const rapidjson::Value& col = line[col_name];
+        if ((pure_doc_value && col.IsArray() && col[0].IsNull()) || 
col.IsNull()) {

Review comment:
       Can you give this document example for this condition. As far as I know, 
doc_value would not be null




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

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