leosanqing commented on code in PR #5730:
URL: https://github.com/apache/inlong/pull/5730#discussion_r957053427
##########
inlong-manager/manager-web/sql/apache_inlong_manager.sql:
##########
@@ -759,8 +759,8 @@ CREATE TABLE IF NOT EXISTS `group_heartbeat`
`component` varchar(64) NOT NULL DEFAULT '' COMMENT 'Component
name, such as: Agent, Sort...',
`instance` varchar(64) NOT NULL DEFAULT '' COMMENT 'Component
instance, can be ip, name...',
`inlong_group_id` varchar(256) NOT NULL DEFAULT '' COMMENT 'Owning inlong
group id',
- `status_heartbeat` text DEFAULT NULL COMMENT 'Status heartbeat
info',
- `metric_heartbeat` text DEFAULT NULL COMMENT 'Metric heartbeat
info',
+ `status_heartbeat` text DEFAULT NULL COMMENT 'Status
heartbeat info',
Review Comment:
Why is there indentation here, the previous format should be more
standardized
--
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]