zzzxl1993 commented on code in PR #20135:
URL: https://github.com/apache/doris/pull/20135#discussion_r1208768904


##########
be/src/olap/rowset/segment_v2/inverted_index_compound_directory.cpp:
##########
@@ -349,6 +349,11 @@ void 
DorisCompoundDirectory::FSIndexInput::readInternal(uint8_t* b, const int32_
     CND_PRECONDITION(_handle->_reader != nullptr, "file is not open");
     std::lock_guard<doris::Mutex> wlock(*_handle->_shared_lock);
 
+    int64_t position = getFilePointer();

Review Comment:
   1. Phrase query file pointer is incorrect when skiplist is used
   2. Occurs when two terms intersect



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