yiguolei commented on code in PR #63922:
URL: https://github.com/apache/doris/pull/63922#discussion_r3347844902


##########
be/src/format/orc/vorc_reader.cpp:
##########
@@ -1509,10 +1509,10 @@ Status OrcReader::_init_orc_row_reader() {
 
     } catch (std::exception& e) {
         std::string _err_msg = e.what();
-        // ignore stop exception

Review Comment:
   我们为什么在exception 的时候,还要处理io ctx 是否为null?
   另外,为啥在exception 的时候,要返回eof



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