satanson opened a new issue #4409:
URL: https://github.com/apache/incubator-doris/issues/4409


   
   "align_tag_path" and ALIGN_TAG_PREFIX is needless, so involved codes can 
removed to improve coverage ratio.
   
   ```
   ag align_tag_path
   
   be/src/olap/data_dir.cpp
   99:    std::string align_tag_path = _path + ALIGN_TAG_PREFIX;
   100:    if (access(align_tag_path.c_str(), F_OK) == 0) {
   102:            Status::NotFound(Substitute("align tag $0 was found", 
align_tag_path)),
   ```
   
   ```
   ag ALIGN_TAG_PREFIX
   be/src/olap/data_dir.cpp
   99:    std::string align_tag_path = _path + ALIGN_TAG_PREFIX;
   
   be/src/olap/olap_define.h
   67:static const std::string ALIGN_TAG_PREFIX = "/align_tag";
   ```
   
   


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

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