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


##########
amoro-ams/src/main/resources/derby/ams-derby-init.sql:
##########
@@ -264,4 +264,13 @@ CREATE TABLE ha_lease (
 );
 
 CREATE INDEX idx_ha_lease_expire ON ha_lease (lease_expire_ts);
-CREATE INDEX idx_ha_lease_node   ON ha_lease (node_id);
\ No newline at end of file
+CREATE INDEX idx_ha_lease_node   ON ha_lease (node_id);
+
+CREATE TABLE bucket_assignments (

Review Comment:
   Okay, I will add the SQL changes here in a future feature update.



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