cambyzju commented on code in PR #11970:
URL: https://github.com/apache/doris/pull/11970#discussion_r953288953


##########
be/src/vec/exec/file_hdfs_scanner.cpp:
##########
@@ -67,6 +67,7 @@ Status ParquetFileHdfsScanner::_get_next_reader(int 
_next_range) {
             _reader->init_reader(tuple_desc, _file_slot_descs, _conjunct_ctxs, 
_state->timezone());
     if (!status.ok()) {
         if (status.is_end_of_file()) {
+            LOG(WARNING) << "is_end_of_file: " << status.is_end_of_file();

Review Comment:
   it is better not print warning log for logic error.



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