s0nskar commented on code in PR #2925:
URL: https://github.com/apache/celeborn/pull/2925#discussion_r1850314402
##########
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:
Hi @SteNicholas, did not understand what do mean by "create new sql shell",
is there any sql utility that we need to change? But as mentioned in the
description, this will introduce a user facing change that they will have to
create this new table for storing tags.
--
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]