airborne12 commented on code in PR #37482: URL: https://github.com/apache/doris/pull/37482#discussion_r1714991834
########## be/src/olap/rowset/segment_v2/inverted_index_compound_reader.cpp: ########## @@ -139,37 +127,44 @@ DorisCompoundReader::DorisCompoundReader(lucene::store::Directory* d, const char entry->file_name = aid; entry->offset = stream->readLong(); entry->length = stream->readLong(); - entries->put(aid, entry); + _entries->put(aid, entry); // read header file data if (entry->offset < 0) { copyFile(entry->file_name.c_str(), entry->length, buffer, BUFFER_LENGTH); } Review Comment: need to set debug point to throw 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