s0nskar commented on code in PR #2925:
URL: https://github.com/apache/celeborn/pull/2925#discussion_r1850463593


##########
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:
   Agreed, it will better to keep separate files by version. Tests are also 
using 0.5.0 file, IMO for tests we can rename the file to 0.6.0 . WDYT?



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

Reply via email to