wardlican commented on code in PR #3783:
URL: https://github.com/apache/amoro/pull/3783#discussion_r2367982912


##########
amoro-ams/src/main/resources/mysql/upgrade.sql:
##########
@@ -19,6 +19,8 @@
 -- Update the precision from s level to ms.
 ALTER TABLE `table_runtime` MODIFY COLUMN `optimizing_status_start_time` 
TIMESTAMP(3) DEFAULT CURRENT_TIMESTAMP(3) COMMENT 'Table optimize status start 
time';
 
+ALTER TABLE `table_runtime` ADD COLUMN `bucket_id` VARCHAR(4)  DEFAULT NULL 
COMMENT 'Bucket number to which the record table belongs'

Review Comment:
   > Hi, you may need to add this to `postgres/update.sql` too.
   
   OK, thanks for the reminder, I'll add it.



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