narrowizard commented on issue #8452:
URL: 
https://github.com/apache/incubator-devlake/issues/8452#issuecomment-2911470229

   Due to MySQL's InnoDB limitation where index keys can be a maximum of 3072 
bytes, the `cq_file_metrics.id` field, when using the `utf8mb4` character set, 
can only be set to `VARCHAR(767)` at its longest. To ensure SonarQube data can 
be collected correctly without hitting this field length limit, we may need to 
modify the format or handling of `cq_file_metrics.id`. This particular aspect 
of the issue will be tracked in a separate follow-up issue.


-- 
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: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to