SteNicholas commented on code in PR #2925:
URL: https://github.com/apache/celeborn/pull/2925#discussion_r1850479171
##########
service/src/main/resources/sql/mysql/celeborn-0.5.0-mysql.sql:
##########
@@ -54,3 +54,15 @@ CREATE TABLE IF NOT EXISTS celeborn_cluster_tenant_config
PRIMARY KEY (id),
UNIQUE KEY `index_unique_tenant_config_key` (`cluster_id`, `tenant_id`,
`name`, `config_key`)
);
+
+CREATE TABLE IF NOT EXISTS celeborn_cluster_tags
Review Comment:
You'd better to create new sql file for 0.6.0 and keep the current sql file
for 0.5.0. You could refer to the mode in Kyuubi.
--
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]