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:42:11 UTC

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

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


##########
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:
   now we split refs_commits_diffs to two tables, do we only write down one table here?



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