You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2019/11/19 10:19:33 UTC

[GitHub] [incubator-doris] imay commented on a change in pull request #2235: Support setting properties for storage_root_path

imay commented on a change in pull request #2235: Support setting properties for storage_root_path
URL: https://github.com/apache/incubator-doris/pull/2235#discussion_r347831905
 
 

 ##########
 File path: be/src/olap/options.h
 ##########
 @@ -26,11 +26,14 @@
 namespace doris {
 
 struct StorePath {
-    StorePath() : capacity_bytes(-1) { }
+    StorePath() : capacity_bytes(-1), storage_medium(TStorageMedium::HDD){ }
 
 Review comment:
   ```suggestion
       StorePath() : capacity_bytes(-1), storage_medium(TStorageMedium::HDD) { }
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org