Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.

Commit 15cd98c

Browse files
enhance orphand detection (#79)
Signed-off-by: Ayman <[email protected]> Co-authored-by: Ayman <[email protected]>
1 parent a362082 commit 15cd98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/git/git.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2966,7 +2966,7 @@ func (j *DSGit) handleDataLakeOrphans() {
29662966
}
29672967

29682968
for _, v := range cachedCommits {
2969-
if v.Orphaned && v.FromDL {
2969+
if v.Orphaned {
29702970
commitB, err := b64.StdEncoding.DecodeString(v.Content)
29712971
if err != nil {
29722972
j.log.WithFields(logrus.Fields{"operation": "handleDataLakeOrphans"}).Errorf("error decode datalake orphand commit: %+v", err)

0 commit comments

Comments
 (0)