w41ter commented on code in PR #33298:
URL: https://github.com/apache/doris/pull/33298#discussion_r1555145033


##########
cloud/src/meta-service/meta_service_schema.h:
##########
@@ -30,4 +30,17 @@ void put_schema_kv(MetaServiceCode& code, std::string& msg, 
Transaction* txn,
 // Return true if parse success
 [[nodiscard]] bool parse_schema_value(const ValueBuf& buf, 
doris::TabletSchemaCloudPB* schema);
 
+// Writes schema dictionary metadata to RowsetMetaCloudPB
+[[nodiscard]] std::pair<MetaServiceCode, std::string> write_schema_dict(
+            const std::string& instance_id,
+            Transaction* txn,
+            RowsetMetaCloudPB* rowset_meta);
+
+// Writes schema dictionary metadata to RowsetMetaCloudPB

Review Comment:
   Read?



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