airborne12 commented on code in PR #137: URL: https://github.com/apache/doris-thirdparty/pull/137#discussion_r1398633673
########## src/core/CLucene/index/_MultiSegmentReader.h: ########## @@ -58,7 +59,7 @@ class MultiSegmentReader:public DirectoryIndexReader{ public: /** Construct reading the named set of readers. */ - MultiSegmentReader(CL_NS(store)::Directory* directory, SegmentInfos* sis, bool closeDirectory); + MultiSegmentReader(CL_NS(store)::Directory* directory, SegmentInfos* sis, bool closeDirectory, int32_t readBufferSize = -1); Review Comment: -1 is treated specially here? -- 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: dev-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org