liaoxin01 commented on code in PR #38347:
URL: https://github.com/apache/doris/pull/38347#discussion_r1690876093


##########
be/src/vec/exec/format/file_reader/new_plain_text_line_reader.cpp:
##########
@@ -160,6 +160,7 @@ void 
EncloseCsvLineReaderContext::_on_pre_match_enclose(const uint8_t* start, si
         if (_idx != _total_len) {
             len = update_reading_bound(start);
         } else {
+            _result = nullptr;

Review Comment:
   Please add a 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: 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

Reply via email to