pengxiangyu commented on a change in pull request #8663:
URL: https://github.com/apache/incubator-doris/pull/8663#discussion_r838157272
##########
File path: be/src/olap/olap_define.h
##########
@@ -82,7 +82,8 @@ enum OLAPDataVersion {
static const std::string MINI_PREFIX = "/mini_download";
static const std::string CLUSTER_ID_PREFIX = "/cluster_id";
static const std::string DATA_PREFIX = "/data";
-static const std::string TABLET_UID = "/tablet_uid";
+static const std::string STORAGE_PARAM_PREFIX = "/storage_param";
+static const std::string REMOTE_FILE_PARAM = "/remote_file_param";
Review comment:
they will be used for next step for this issue.
--
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]