You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/11/14 12:48:06 UTC

[GitHub] [incubator-devlake] abeizn commented on a diff in pull request #3726: feat: refdiff adapt new commits_diffs table

abeizn commented on code in PR #3726:
URL: https://github.com/apache/incubator-devlake/pull/3726#discussion_r1021484397


##########
plugins/starrocks/utils.go:
##########
@@ -26,7 +26,7 @@ func getTablesByDomainLayer(domainLayer string) []string {
 	switch domainLayer {
 	case "code":
 		return []string{
-			"refs_commits_diffs",
+			"commits_diffs",

Review Comment:
   you are right, I will add another



-- 
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: commits-unsubscribe@devlake.apache.org

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