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


##########
amoro-ams/src/main/resources/mysql/upgrade.sql:
##########
@@ -161,3 +161,15 @@ ALTER TABLE `table_process`
 ADD COLUMN `external_process_identifier` varchar(256) DEFAULT NULL COMMENT 
'Table optimizing external process identifier',
 ADD COLUMN `retry_number` int(11) NOT NULL DEFAULT 0 COMMENT 'Retry times',
 ADD COLUMN `process_parameters` mediumtext COMMENT 'Table process parameters';
+
+-- ADD table bucket_assignments for storing assigned info
+CREATE TABLE IF NOT EXISTS bucket_assignments (

Review Comment:
   PR #4121 only added the `init` sql; in this PR, I'm taking the opportunity 
to address that omission as well.



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