abhishekrb19 commented on code in PR #15601:
URL: https://github.com/apache/druid/pull/15601#discussion_r1439686609


##########
docs/release-info/upgrade-notes.md:
##########
@@ -34,13 +34,13 @@ For the full release notes for a specific version, see the 
[releases page](https
 
 Druid 28.0.0 adds a new column to the Druid metadata table that requires an 
update to the table.
 
-If `druid.metadata.storage.connector.createTables` is set to `true` and the 
metadata store user has DDL privileges, the segments table gets automatically 
updated at startup to include the new `used_flag_last_updated` column. No 
additional work is needed for the upgrade.
+If `druid.metadata.storage.connector.createTables` is set to `true` and the 
metadata store user has DDL privileges, the segments table gets automatically 
updated at startup to include the new `used_status_last_updated` column. No 
additional work is needed for the upgrade.
 
 If either of those requirements are not met, pre-upgrade steps are required. 
You must make these updates before you upgrade to Druid 28.0.0, or the 
Coordinator and Overlord processes fail.
 
-Although you can manually alter your table to add the new 
`used_flag_last_updated` column, Druid also provides a CLI tool to do it.
+Although you can manually alter your table to add the new 
`used_status_last_updated` column, Druid also provides a CLI tool to do it.

Review Comment:
   Perhaps link the tool docs here:
   
   ```suggestion
   Although you can manually alter your table to add the new 
`used_status_last_updated` column, Druid also provides a [CLI 
tool](https://druid.apache.org/docs/latest/operations/metadata-migration/#create-druid-tables)
 to do 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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to