wumeibanfa commented on code in PR #55719:
URL: https://github.com/apache/doris/pull/55719#discussion_r2343036401


##########
be/src/olap/rowset/segment_v2/inverted_index_fs_directory.cpp:
##########
@@ -856,6 +856,8 @@ lucene::store::IndexOutput* 
DorisRAMFSDirectory::createOutput(const char* name)
 
     // get the actual pointer to the output name
     char* n = nullptr;
+    // The `name` variable remains unmodified;

Review Comment:
   这里的find实际上是std::map的find,但是由于使用std::map<char*,value>,导致直接传递const char *会报错



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