You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Else log a warning because there is no way to provide a suggestion
136
-
invalidDomains.add(element.getDomain());
134
+
LOG.warn("Domain {} couldnt be mapped, it have {} rows with parent and {} rows with no parent", element.getDomain(), element.getIdsWithParent().size(), element.getIdsWithNoParent().size());
135
+
invalidEntires++;
137
136
}
138
137
}
139
138
140
-
if(!invalidDomains.isEmpty()) {
141
-
LOG.warn("The following domains couldn't be mapped ({} In total):", invalidDomains.size());
0 commit comments